In trying to resolve orphaned users in SQL 2005 (no service pack) I tried to run the sp
use PAT
go
sp_change_users_login 'Report'
And I get no output other than Command(s) completed successfully. Also tried
USE <database_name>;GO sp_change_users_login @Action='Report'
Any idea's?