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
How to find out what is the default collation in a database?
What is the use of keyword with encryption. Create a store procedure with encryption?
Is the order of columns in the set clause important in ms sql server?
What are a scheduled jobs or what is a scheduled tasks?
What is the impact on other user sessions when creating indexes?
What are Spatial data types in SQL Server 2008
What is a benefit of using an after insert trigger over using a before insert trigger?
What is change data capture (cdc) in sql server 2008?
Describe and explain about SQL native client?
Explain about system stored procedure?
what method you can use to reduce the overhead of Reporting Services data sources?
How is SQL Azure different than SQL server?
How many levels of sp nesting is possible?
How to find Duplicate Records In table?
How do you run a trace?