December 24, 2002 at 2:26 am
Hi everybody and merry Christmas,
I have a small issue with a restore. I have made a backup on server A and I need to restore it on server B.
For the restore there is no problem but I have used in some database local NT Groups !
ex: A\SQLDEVELOPERS and B\SQLDEVELOPERS.
When I try to give access on the restore DB on server B to the B\SQLDEVELOPERS group , it is not possible, user already exist.
When I try to drop the group SQLDEVELOPERS from the server B, user does not exist !
Is someone as an Idea ?
Best regards,
Michael.
December 24, 2002 at 3:10 am
Hi, try this article: -
http://www.sqlservercentral.com/columnists/nboyle/fixingbrokenlogins.asp
Regards,
Andy Jones
.
December 24, 2002 at 4:09 am
Try this or fix as needed as I am guessing to you needs.
Use YourDBNameHere
GO
EXEC sp_change_users_login 'Update_One', 'SQLDEVELOPERS', 'SQLDEVELOPERS'
GO
December 24, 2002 at 8:02 am
This article might give some ideas:
http://www.sqlservercentral.com/columnists/glarsen/orphan_user.asp
Gregory Larsen, DBA
If you looking for SQL Server Examples check out my website at http://www.geocities.com/sqlserverexamples
Gregory A. Larsen, MVP
December 31, 2002 at 12:58 am
Thanks to all for your answers.
Best regards,
Michael.
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply