How create table structure only from tableA to TableB if
TableA have some data?
Answer Posted / mits
Create table newtablename
from oldtablename
where 1=2
| Is This Answer Correct ? | 4 Yes | 6 No |
Post New Answer View All Answers
How to implement one-to-one, one-to-many and many-to-many relationships while designing tables?
What happens if you insert a duplicate key for the primary key column in ms sql server?
Explain powershell included in sql server 2008?
What is the function of sql server agent windows service?
What is the difference between clustered and a non-clustered index?
What is the difference between a primary key and a unique key? Are they the same?
What happens if strings are casted into wrong code pages in ms sql server?
What does it mean to normalize a database and why would you do it?
What is apply operator in sql?
What is the query and subquery?
Explain linked server in sql?
What is multilevel indexing?
What do you think of this implementation? Can this be implemented better?
How to attach adventureworkslt physical files to the server?
How to fine-tune reports?