How create table structure only from tableA to TableB if
TableA have some data?
Answer Posted / anand.kv
SELECT TOP 0 * INTO tableB FROM tableA
| Is This Answer Correct ? | 16 Yes | 0 No |
Post New Answer View All Answers
Do you know nested transaction?
Explain the working of sql privileges?
What is the difference between a check constraint and a rule?
Why do we use stored procedures in sql server?
What is the Control Flow in SSIS
Find columns used in stored procedure?
What is the difference between lock, block and deadlock? : sql server database administration
What to perform pattern match with the like operator?
What is plan freezing?
What is difference between createstatement and preparedstatement?
Define views.
What are pessimistic lock and optimistic lock?
How to remove duplicate rows from table except one?
Explain having clause and where clause?
What is the difference between cube operator and rollup operator? : SQL Server Architecture