问题描述
我从一个MS SQL Server为特定数据库生成了一个数据库模式脚本。我打算在另一个MS SQL Server上创建完全相同的副本。但是当我在目标系统的SSMS中运行脚本时,它使用所有表修改了master数据库,而不是创建一个具有原始名称的单独数据库。
什么是出错了?我是以错误的方式创建脚本还是以错误的方式重新生成数据库?
请帮助
我尝试过:
MS SQL Server 2014 - > SSMS - >档案 - >打开 - >档案 - >选择.sql脚本 - >打开 - >执行
I generated a database schema script for a particular database from one MS SQL Server. I intended to create the exact same copy on another MS SQL Server. But when i ran the script in SSMS of the target system, it modified the master database with all the tables instead of creating a separate database with original name.
What is going wrong? Am i creating the script the wrong way or regenerating the database the wrong way?
Kindly help
What I have tried:
MS SQL Server 2014 -> SSMS -> File -> Open -> File -> Choose .sql script -> Open -> Execute
推荐答案
这篇关于如何使用SQL脚本重新生成具有原始名称的DB的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!