What should we do to copy the tables, schema and views from
one SQL Server to another?

Answers were Sorted based on User's Feedback



What should we do to copy the tables, schema and views from one SQL Server to another?..

Answer / kmbkrishnan

Copy Database wizard is one of the option to copy a
Database to another Database.

Is This Answer Correct ?    4 Yes 0 No

What should we do to copy the tables, schema and views from one SQL Server to another?..

Answer / guest

We have to write some DTS packages for it.

Is This Answer Correct ?    2 Yes 0 No

What should we do to copy the tables, schema and views from one SQL Server to another?..

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

More SQL Server Interview Questions

How to compare the top two records using sql?

0 Answers  


What is updatable resultset?

0 Answers  


What is the maximum rows in sql server table?

0 Answers  


select name of emplyoee whose total salary is 130 from following table. id name salary 1 a 100 2 b 20 3 c 50 1 a 30 2 b 70 Post the resulantant Query?

7 Answers  


What is stored procedure in SQL..??

2 Answers  






Explain what are the restrictions while creating batches in sql server?

0 Answers  


explain different types of backups avaialabe in sql server? : Sql server database administration

0 Answers  


What are explicit and implicit transactions?

4 Answers   BirlaSoft,


what is meant by sql injection with example and one more question how to catch the errors in sqlserver

2 Answers  


Explain magic tables in sql server?

0 Answers  


Can a function call a stored procedure in sql server?

0 Answers  


Explain cross join or cartesian product in sql?

0 Answers  


Categories