Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Connect to migrated SQL server and find migrated database.

    Image Removed
  2. Right click and run a new query.

    Code Block
    languagesql
    EXEC sp_change_users_login 'Report'
  3. Image Added

    Get the results and run another query by replacing usernames in the result and execute.

    Code Block
    languagesql
    EXEC sp_change_users_login 'Auto_Fix', 'replace_user_name_in_the_result'

...