ssms复制数据库
我有一个带有 DB A 的本地 sql Express 服务器和带有 DB B 的远程服务器 uXXX.mssql.domainname.com。
使用 sql mangament studio 2008,我想将包含所有表、数据、依赖项和存储过程的 DB A 副本移动到 DB B 。
怎么解决这个问题呢?我只了解表和表数据复制(使用任务->导入数据)。
I have a local sql express server with DB A and remote server uXXX.mssql.domainname.com with DB B.
using sql mangament studio 2008, I want to move copy DB A to DB B with all tables, data, dependencies and stored procedures.
how to figure out this problem? I only had understood table and table data copying(using Tasks->Import Data).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用复制数据库向导
在 SQL Server Management Studio 中,转到对象资源管理器,展开数据库列表,右键单击数据库“B”,然后在弹出的窗口中- 向上菜单展开任务,然后单击复制数据库,选择您的目标服务器,然后就到家了!
Use the Copy Database Wizard
In SQL Server Management Studio, go to the Object Explorer, expand the list of Databases, right-click your database "B", and in the pop-up menu expand Tasks, and then click Copy Database, choose your destination server, and you're home!