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

Where are stored procedures in sql server?

1 Answers  


What does this statement do @@rowcount?

1 Answers  


What it means to be triggered?

1 Answers  


What is policy management?

1 Answers  


How can you check the version of sql server?

1 Answers  


How to list all field names in the result set using mssql_field_name()?

1 Answers  


What are some examples of schemas?

1 Answers  


Where are SQL server users names and passwords are stored in sql server?

1 Answers   HCL,


How many databases Microsoft SQL server provides?

1 Answers   Abacus,


What is a transactions?

1 Answers  


Define left outer join?

1 Answers  


how to insert the values in 5 table at a time with triggers . if u have any solution then co-operate me ?

1 Answers  


Categories