Click here to Skip to main content
15,891,033 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi to all.,

i have problem with SQL Server.

i have a database in 2005 with around 70MB size(with data), it is in 69 server. Now i have created another one database in 174 server and i want transfer all the data with database structure to the new server, with same all table structure and data and also procedures.

Please help me to come out of this problem. I dont like the way of scripting and executing it in new database.

is there any other new way other than the scripting ??

-JAGADiSH
Posted

Take the backup of database from 69 server and copy the .bkp file to 174 server and restore it.

The below article will explain how to retrieve database back.

http://msdn.microsoft.com/en-us/library/ms177429.aspx[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900