如何从架构对象文件夹恢复 SQL Server 数据库?
我收到一个如下所示的架构对象文件夹:
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您有 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