Category: General SQL

Schemas cannot be renamed, so create a new schema, transfer objects over to it, then drop the old schema:

ALTER SCHEMA [new schema TRANSFER [old schema.[sql object;

 

Tags:

SQL

How useful was this post?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate this post.