Solution: Run the following:
1: USE [%DB NAME%]
2: EXEC sp_change_users_login 'Auto_Fix','%USERNAME%'
3: GO
Details:
MS Technet: sp_change_users_login (Transact-SQL)
1: USE [%DB NAME%]
2: EXEC sp_change_users_login 'Auto_Fix','%USERNAME%'
3: GO
1 comment:
The orphaned account issue. We deal with this all the time. Never thought of blogging about it. Good information. :D
Post a Comment