what command is used to create a table by copying the
structure of another table?
Answer Posted / hokar
SELECT * INTO tabname1 FROM tabname2 WHERE 1=2 (TO copy
only the structure)
| Is This Answer Correct ? | 18 Yes | 4 No |
Post New Answer View All Answers
How to backup SQL Server Reporting Services ?
How to check what was the last restore transaction LSN in Log shipping or Mirroring? when we don't have a Monitor or witness server.
What are the authentication modes in sql server? How can it be changed?
Explain transaction server isolation?
Explain foreign key in sql server?
how you can deploy an ssrs report?
What is transaction server distributed transaction?
What is a user-defined function in the sql server and what is its advantage?
What does it mean to manipulate data?
what is a schema in sql server 2005? : Sql server database administration
What is thr feature of change data capture?
What is the security principal at the server level that represents your session?
What is the difference between a primary key and a unique key? Are they the same?
How do you delete duplicate records in sql server?
Explain about integration services of Microsoft SQL server?