Skip to content

Instantly share code, notes, and snippets.

@vampireneo
Created February 23, 2016 08:47
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