To have SQL re-create / re-link the logs run the following query in Query Analyzer (or osql.exe):
sp_change_users_login 'auto_fix', 'SOME_USER'
I've had a few instances where you needed to manually re-create the user in the Enterprise Manager and then re-link them. I've also had a particular experience where I had to delete the databases, delete the user (because that user owned certain objects in that database, we couldn't just delete the user), restore the database, create the user, then run the above script.
Recent comments
9 weeks 2 days ago
9 weeks 2 days ago
24 weeks 6 days ago
32 weeks 5 days ago
32 weeks 5 days ago
34 weeks 1 day ago
36 weeks 3 days ago
1 year 11 weeks ago
1 year 14 weeks ago