Skip to content

Instantly share code, notes, and snippets.

@LanceMcCarthy
Created March 4, 2016 15:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LanceMcCarthy/54fa7281ea328af82a7f to your computer and use it in GitHub Desktop.
Save LanceMcCarthy/54fa7281ea328af82a7f to your computer and use it in GitHub Desktop.
Copy a table's schema without the data
create table newtable as select TOP 0 * from oldtable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment