Hi experts,
I did a migration…
Among many things I backuped master db and restore it in the new server…
I also executed sp_help_revlogin and then executed it in the new server, but I received this msg…
Msg 15433, Level 16, State 1, Line 6
Supplied parameter sid is in use.
Msg 15025, Level 16, State 2, Line 9
The server principal 'NT AUTHORITY\SYSTEM' already exists.
Msg 15025, Level 16, State 2, Line 12
The server principal 'NT SERVICE\MSSQLSERVER' already exists.
Msg 15025, Level 16, State 2, Line 15
The server principal 'xxxx\Admin.Adrian' already exists.
Msg 15025, Level 16, State 2, Line 18
The server principal 'xxxx\adrian.gonzalez' already exists.
Msg 15025, Level 16, State 2, Line 21
Msg 15433, Level 16, State 1, Line 381
Supplied parameter sid is in use.
Msg 15433, Level 16, State 1, Line 384
Supplied parameter sid is in use.
Msg 15433, Level 16, State 1, Line 387
Supplied parameter sid is in use.
Msg 15025, Level 16, State 2, Line 390
Did I do anything wrong? There are hundreds of both sql and windoces users… Will all the logins be mapped ok to the users and have the dbs permission? Or is there anything else I need to do?