SQL Interview Questions and Answers
Sunday, April 13, 2014
How to copy the tables, schema and views from one SQL Server to another?
There are multiple ways to do this.
"Detach Database" from one server and "Attach Database" to another server.
Manually script all the objects using SSMS and run the script on new server.
Use Wizard of SSMS.
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment