|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Wednesday, March 13, 2013 1:01 PM
Points: 7,
Visits: 39
|
|
Hi........
Any one can provide the solution for the below error in detail.
Error Message in SQL SERVER 2005:
"Deleting Server logins does not delete the database users assciated with logins. To complete the process, delete the users in each database.It may be necessary to first transfer the ownership schemas to new users."
|
|
|
|
|
SSC-Dedicated
           
Group: General Forum Members
Last Login: Today @ 6:38 AM
Points: 37,659,
Visits: 29,910
|
|
That's not an error.
That's an informational message informing you that deleting logins does not delete the associated database users and to complete the delete you have to delete the database users yourself, potentially first transferring ownership of objects of schemas to other users.
Gail Shaw Microsoft Certified Master: SQL Server 2008, MVP SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
We walk in the dark places no others will enter We stand on the bridge and no one may pass
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Wednesday, March 13, 2013 1:01 PM
Points: 7,
Visits: 39
|
|
Hi GilaMonster,
Thank you so much for your quick response,
If possible can you provide me the right solution for this in a detail way.
|
|
|
|
|
SSC-Dedicated
           
Group: General Forum Members
Last Login: Today @ 6:38 AM
Points: 37,659,
Visits: 29,910
|
|
GilaMonster (2/3/2013) That's an informational message informing you that deleting logins does not delete the associated database users and to complete the delete you have to delete the database users yourself, potentially first transferring ownership of objects of schemas to other users.
Gail Shaw Microsoft Certified Master: SQL Server 2008, MVP SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
We walk in the dark places no others will enter We stand on the bridge and no one may pass
|
|
|
|