What should we do to copy the tables, schema and views from
one SQL Server to another?
Answer Posted / guest
We have to write some DTS packages for it.
Copy Database wizard is one of the option to copy a
Database to another Database.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is PROJECTION Operation?
What is raiseerror? What is raiseerror?
What are page splits? : SQL Server Architecture
Explain the difference between clustered and non-clustered index?
Which is faster statement or preparedstatement?
What is the use of attributehierarchyvisible ? : sql server analysis services, ssas
What is t-sql script to take database offline – take database online.
Explain transaction server explicit transaction?
When a primary key constraint is included in a table, what other constraints does this imply?
While using a cursor, how can you differentiate between a deleted row and a row that has been inserted with null data values?
Why functions are used in sql server?
Can two tables have the same primary key?
How sql server executes a statement with nested subqueries?
What is recompile sql server?
What is onf in normalization form?