Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 sql server 2005,我想将所有存储过程和函数转移到另一个新创建的数据库。我如何通过编写一个存储过程来做到这一点。任何人都可以告诉我这方面的帮助吗?
您可以使用生成脚本功能并在另一个数据库上运行它。右键单击您的数据库-> 任务-> 生成脚本选择您的对象并获取脚本,然后在另一个数据库上运行它。