This forum has migrated to Microsoft Q&A. Visit Microsoft Q&A to post new questions.
Hi,
How do i copy just schema of a table with out data in the table.Is this possible?
Please suggest me the ways fo doing this
Regards
Chaithanya M
hmm, you should rephrase your question, but imho your looking for a simple one:
SELECT * INTO NewEmptyTable FROM YourTable WHERE 0 = 1 ;