如何从架构对象文件夹恢复 SQL Server 数据库?

发布于 2024-12-16 14:01:56 字数 249 浏览 3 评论 0原文

我收到一个如下所示的架构对象文件夹:

Schema Objects 
|-- Tables 
  |-- Constraints
  |-- Indexes
  |-- Keys
  |-- Statistics
  |-- Triggers
  |-- ..and all the SQL scripts to create the tables

除了逐个脚本运行之外,如何将此数据库恢复到 SQL Server?

I received a Schema Objects folder like this:

Schema Objects 
|-- Tables 
  |-- Constraints
  |-- Indexes
  |-- Keys
  |-- Statistics
  |-- Triggers
  |-- ..and all the SQL scripts to create the tables

How do I restore this database to SQL Server, other than running script by script?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

爱本泡沫多脆弱 2024-12-23 14:01:56

如果您有 Visual Studio Pro 或更高版本,您应该能够将文件添加到数据库项目,然后使用 VS 部署数据库选项,只需单击几下鼠标即可在空数据库中创建架构

IF you have visual studio pro or higher you should be able to add the files to a database project and then use VS deploy database option to create the schema in an empty database in a couple of mouse clicks

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文