Skip to content

Instantly share code, notes, and snippets.

@andy-uq
Created August 15, 2014 02:34
Show Gist options
  • Save andy-uq/22ac3c9480d409779869 to your computer and use it in GitHub Desktop.
Save andy-uq/22ac3c9480d409779869 to your computer and use it in GitHub Desktop.
Repair SQL orphaned users
EXEC sp_change_users_login 'Auto_Fix', 'user'
EXEC sp_change_users_login 'Report'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment