Viewing post 1 (of 1 total)
I am assuming this is the Orphan users script that you used:
USE DatabaseName
GO
EXEC sp_change_users_login 'Auto_Fix', 'LoginName'
Can you login to the Server using the credentials via an ODBC DSN?
March 9, 2009 at 6:21 am
#955907