Different ways to move data or database between server and databases
There are many options available to move data or databases in between
servers and databases in sql server so we have to choose good option
depending upon our requirements. Some of the options we have are:-
(1)BACKUP/RESTORE
(2)detaching and attaching databases (3)Replication
(4)DTS (5)BCP
(6)logshipping (7)INSERT...SELECT
(8)SELECT...INTO (9)creating INSERT scripts to generate data.
(1)BACKUP/RESTORE
(2)detaching and attaching databases (3)Replication
(4)DTS (5)BCP
(6)logshipping (7)INSERT...SELECT
(8)SELECT...INTO (9)creating INSERT scripts to generate data.
Comments
Post a Comment