Skip to content

Instantly share code, notes, and snippets.

@vampireneo
Created February 23, 2016 08:47
Show Gist options
  • Save vampireneo/18ca666801de3f3107ba to your computer and use it in GitHub Desktop.
Save vampireneo/18ca666801de3f3107ba to your computer and use it in GitHub Desktop.
Change Table / View Schema in MSSQL
ALTER SCHEMA TargetSchema
TRANSFER SourceSchema.TableName;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment