Posts Tagged copy table structures

MS SQL copy table structure without data

SELECT * INTO newTABLE FROM oldTABLE WHERE 1=2

No Comments