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

Answers were Sorted based on User's Feedback



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

Answer / 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

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

Answer / javed shaikh

What are the different ways of moving data/databases
between servers and databases in SQL Server?
Answer
# 1 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 ?    3 Yes 0 No

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

Answer / venkat reddy.ravu

You can use simple backup/restore methods,attach and
detach,script based data loading,bulk DDL state ments like
select...into,insert..into,Implimenting data availability
methods like replication,log-shipping,mirroring,clusturing
etc..

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More SQL Server Interview Questions

What are user defined datatypes and when you should go for them?

1 Answers  


How to connect a database with sql express.?

0 Answers   MCN Solutions,


What are the factors you will check for the performane optimization for a database query?

7 Answers   CarrizalSoft Technologies, DELL, SoftSol,


Explain in brief how sql server enhances scalability of the database system?

0 Answers  


what is diffence between replicaion and logshipping?

1 Answers  






How to fetch the next row from a cursor with a "fetch" statement?

0 Answers  


Mention the 3 ways to get a count of the number of records in a table.

0 Answers  


What is cross join in sql server joins?

0 Answers  


Explain ms sql server reporting services vs crystal reports?

0 Answers  


What is set nocount on and what is set nocount off?

0 Answers  


What is the difference between a local and a global variable?

5 Answers  


Is oracle faster than sql server?

0 Answers  


Categories