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
In which format does an image save in SQL Server database ?
What is transaction server auto commit?
what are the different ways to return the rowcount of a table?
What are the pre-defined functions in the sql server?
Your table has a large character field there are queries that use this field in their search clause what should you do?
What are the export options of ssrs?
Explain how dts is used to extract, transform and consolidate data?
Can a function call a stored procedure in sql server?
When would you use an insert into .. Select option versus an insert into .. Values option? Give an example of each?
While migrating Microsoft SQL Server 2008 database to SQL Azure, what can be done to ensure the database connectivity does not degrade?
What is sql view?
What is user defined datatypes and when you should go for them?
What does it mean to manipulate data?
on line cluster can we make if yes tell me the procedure
what's the maximum size of a row? : Sql server database administration