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 are the database objects? : SQL Server Architecture
Why we need sql server?
Tell me the phases a transaction has to undergo?
What are exact numeric data types in ms sql server?
Tell me extended events in sql server 2008?
what is normalization? Explain different levels of normalization? : Sql server database administration
Explain about remote stored procedure?
How do I open a .db file?
Can foreign key be deleted?
What are the differences between char and nchar in ms sql server?
What is the security principal at the database level that represents your session?
How dts is used to extract, transform and consolidate data?
Where the sql logs gets stored? : sql server database administration
What is rank function?
How to drop an existing schema in ms sql server?