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



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 ?    1 Yes 0 No

Post New Answer

More SQL Server Interview Questions

What value could be assigned to Varchar Type?

3 Answers  


What is database replication? What are the different types of replication you can set up in sql server?

0 Answers  


What is Index Segmentation ?

1 Answers   TCS,


which is best institute to learn sql server in ameerpet or sr nagar or maithrivanam?please help

3 Answers  


What is difference between commit and rollback when used in transactions?

0 Answers  






What are the different types of join?

0 Answers  


What is a heap?

0 Answers  


What are basics of policy management?

0 Answers  


What are the different types of collation sensitivity in sql server?

0 Answers  


I applied Transactional with updatable subscriptions replication on 2 tables now i want to delete those 2 tables but i cannot delete those tables as replication is running how can i stop replication for those 2 tables(but i don't want to delete those replicated tables but i need to stop the replication) how can i do that

0 Answers  


How do you make a trace?

0 Answers  


Is SET a SQL Keyword?

4 Answers   BitWise,


Categories