HI,
What are the different ways of moving data/databases between servers and databases in SQL Server?
Thanks
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Arjun PanwarPosted Dec 15, 2011, 12:56 AM
Satyapriya NayakPosted Dec 15, 2011, 12:01 AM
There are several ways of doing
- BACKUP/RESTORE,
- Dettaching/attaching databases,
- Replication,
- DTS,
- BCP,
- logshipping,
- INSERT...SELECT,
- SELECT...INTO,
- creating INSERT scripts to generate data.
Thanks
Priya LingePosted Dec 15, 2011, 12:01 AM
1.BACKUP/RESTORE, dettaching and
attaching databases, replication, DTS, BCP, logshipping,
INSERT...SELECT, SELECT...INTO, creating INSERT scripts to
generate data.
Please check below link for more inforamtion.
http://www.windowsitpro.com/article/john-savills-windows-faqs/how-do-i-transfer-data-between-sql-server-databases-across-servers-
Hope this will help you.
Thanks.