adspace


What are the different ways of moving data/databases
between servers and databases in SQL Server?

Answer Posted / swapna

There are lots of options available, you have to choose
your option depending upon your requirements. Some of the
options you have are: BACKUP/RESTORE, dettaching and
attaching databases, replication, DTS, BCP, logshipping,
INSERT...SELECT, SELECT...INTO, creating INSERT scripts to
generate data.

Is This Answer Correct ?    7 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is acid mean in sql server?

1257


How do I create a trace in sql server?

1126


What are the source of constraints?

1015


How do I find the sql server version?

1114


How do I find query history in sql server?

1033


What is the difference between for xml raw and for xml auto?

1125


Can one drop a column from a table?

1098


What are different types of constraints?

1007


How to remove duplicate rows from table except one?

1096


what is the difference between openrowset and openquery?

1207


Is there any performance difference between if exists (select null from table) and if exists (select 1 from table)?

1031


How can we solve concurrency problems?

1129


When should you use an instead of trigger?

1061


What are the different subsets of sql?

1661


How can you append an identity column to a temporary table?

1076