ssms copy database

吃可爱长大的小学妹 提交于 2019-12-12 04:44:55

问题


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).


回答1:


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!



来源:https://stackoverflow.com/questions/2744290/ssms-copy-database

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!