How can I create a table from another table without copying any values from the old table?
Answer Posted / arun
Select top 0
into newtable
from oldtable
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is the recommended total size of your memory optimized tables?
role of sql sever 2005 in database rather than any other database
what are isolation levels? : Sql server database administration
What is the downside of using udf?
How to get the number of affected rows?
What are the advantages of user defined function?
What is logon trigger?
Describe in brief authentication modes in sql server.
How to rebuild master databse?
Can you pass expressions to stored procedure parameters?
Is it true, that there is no difference between a rule and a check constraint?
Explain filtered indexes?
how many layers of tcp/ip protocol combined of? : Sql server database administration
What is sql server programming?
What is the report builder?