adspace


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

Answer Posted / kmbkrishnan

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

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are wait types?

1251


Explain system functions or built-in functions? What are different types of system functions?

1067


What are the different types of subquery?

1235


What is a scheduled job or what is a scheduled task?

1040


What are different types of constraints?

1003


How to rebuild the master database?

1167


Is there any performance difference between if exists (select null from table) and if exists (select 1 from table)?

1024


You have a stored procedure, which execute a lengthy batch job. This stored procedure is called from a trigger you do not want to slow the data entry process you do not want trigger to wait for this batch job to finish before it completes itself what you can do to speed up the process?

1216


What is standby servers? Explain types of standby servers.

1081


If any stored procedure is encrypted, then can we see its definition in activity monitor?

1073


Disadvantages of the indexes?

1225


Does view occupy space?

1022


How can we solve concurrency problems?

1123


What are the source of constraints?

1010


What is subquery? Explain the properties of a subquery?

1063