Click here to Skip to main content
15,890,336 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hi,
i create 1 database which is in sql server 2005 and i want to transfer all data(table,stored procedures) to hosted database sql server 2008....so how to transfer it..pls help ..!
Posted
Comments
Vedat Ozan Oner 5-Mar-14 2:42am    
google answers this question in 0.29 secs: https://www.google.com.tr/#q=migrate%20from%202005%20to%202008%20sql
Ankur\m/ 5-Mar-14 4:01am    
You can post this as an answer.

1 solution

Both Using SQL Management Studio 2008

Solution A: Make a Backup in your SQL 2005 server, then restore it on the other server.
Solution B: Right Click on your database / Tasks / Generate Scripts ... then execute the script on the destination server.
 
Share this answer
 
Comments
dhiraj mane 8-Mar-14 1:10am    
thanks Xavier Sand350
i use solution B

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