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 is the new security features added in sql server 2016? : sql server security

0 Answers  


What are the types of indexing?

0 Answers  


What is the difference between a view and a stored procedure?

0 Answers  


What is an etl file?

0 Answers  


How to set database to be read_only in ms sql server?

0 Answers  






How to stop log file growing too big?

0 Answers  


Explain triggers?

0 Answers  


What is Self Join?

4 Answers  


What is sql server transaction log file?

0 Answers  


Can I remove the default constraint columns in SQL SERVER?

5 Answers   Value Labs,


in my server i have 3 instances,one of them got failed, and this cause we r not able to connect to server, how to know which instance was dameged?

1 Answers   IBM,


Is profiler the only tool that has the ability to audit and identify ddl events? : sql server security

0 Answers  


Categories