Skip to content

Instantly share code, notes, and snippets.

@bigsan
Created November 19, 2010 17:39
Show Gist options
  • Save bigsan/706843 to your computer and use it in GitHub Desktop.
Save bigsan/706843 to your computer and use it in GitHub Desktop.
SQL: Change dbowner like sp_changedbowner
-- change dbowner of __DBNAME__ to sa
ALTER AUTHORIZATION ON DATABASE::[__DBNAME__] TO sa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment