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
11 weeks 2 days ago
11 weeks 4 days ago
23 weeks 6 days ago
24 weeks 5 hours ago
39 weeks 4 days ago
47 weeks 3 days ago
47 weeks 3 days ago
48 weeks 6 days ago
51 weeks 1 day ago
1 year 26 weeks ago