我一直在尝试使用复制的数据来复制数据库。由于存在损坏的存储过程,我在创建运行脚本的数据库时遇到错误。我甚至有数据库组装的问题?它是什么,我们需要它吗?什么是生成两个脚本的最佳方法。一个用于创建包含所有表,视图,sp等的数据库,然后用于脚本。
答案 0 :(得分:0)
执行此步骤。
Generate Script of Sp's,Views and tables
1. Right click your database
2. Point to Task
3. Click Generate Scripts
4. Follow the instructions Provided (click next)
5. check tables/ storedprocedures / views you want to generate
6. Click Select All
7. Next then Script to new query window then finish.
创建您想要的新数据库。 从生成的脚本中替换USE [“Databasename”]然后执行。
此致