adspace
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.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is an indexed view?
What is the difference between upgrade and migration in sql server?
What is normalization and what are the advantages of it?
How can I check that whether automatic statistic update is enabled or not?
Is there any performance difference between if exists (select null from table) and if exists (select 1 from table)?
What is in place upgrade in sql server?
What are the pros and cons of putting a scalar function in a queries select list or in the where clause?
What are the kinds of subquery?
Is it possible to have clustered index on separate drive from original table location?
What are the source of constraints?
When should you use an instead of trigger?
How can we solve concurrency problems?
Can we do dml on views?
What is a view in sql?
Can you index views?