What are the different ways of moving data/databases
between servers and databases in SQL Server?
Answer Posted / 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 View All Answers
Explain raiserror in sql server?
What does REVERT do in SQL Server 2005?
What is the difference between seek predicate and predicate?
What are the different authentication modes in sql server?
Why use update_statistics command in sql server?
What is the difference between truncate and delete commands?
Which is faster statement or preparedstatement?
what is raid? : Sql server database administration
Explain about temporary stored procedure?
Explain what is scheduled job and how to create it?
How can sql injection be stopped? : sql server security
can a database be shrunk with users active? : Sql server administration
Do you know what is xpath?
Is sql server a database?
How do you test your database? : sql server database administration