We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 9 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
SQL Server Management Studio 将为您执行此操作。您还可以选择用脚本输出数据。
您所要做的就是右键单击数据库,选择“任务”,然后选择“生成脚本”...
您还可以选择将所有内容写入单个文件或每个对象一个文件。
SQL Server Management Studio will do this for you. You can also choose to script out data as well.
All you have to do is to right-click on a database, choose Tasks then Generate Scripts...
You also have the option of writing everything to a single file, or a file per object.