what command is used to create a table by copying the
structure of another table?
Answer Posted / jaydev
SELECT TOP 0* INTO tabname2 FROM tabname1
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
What are page splits?
Does sql server use java?
Can you pass expressions to stored procedure parameters?
tell me the disaster recovery plan
Tell me about the approaches which you used to counter the DI problems.
What is the difference between a view and a stored procedure?
How to delete existing rows in a table?
Can sql servers linked to other servers like oracle?
Explain various data region available in ssrs with their use?
What is single-user mode and what are the steps you should follow to start sql server in single-user mode?
Define outer join in sql server joins?
How to test values returned by a subquery with the in operator?
Which Model uses the SET concept
What do you mean by an execution plan? Why is it used? How would you view it?
How do you rebuild an identity column?