SQL 2000 Server:
Problem: Trying to use 'sp_dropuser' stored procedure to drop users from a database and I am encountering the following error when attempting to drop a Domain group login from the database:
"User 'groupA' does not exist in the current database."
I can see that it indeed does exist in the database not only via Enterprise Manager but also when I issue 'sp_helpuser' I see:
UserName - 'groupA' with LoginName - 'Domain\groupA'
'sp_dropuser' works with non-group domain logins just fine so it must be an issue with removing the group. Anyone know why this is failing???
Thanks in advance.
Problem: Trying to use 'sp_dropuser' stored procedure to drop users from a database and I am encountering the following error when attempting to drop a Domain group login from the database:
"User 'groupA' does not exist in the current database."
I can see that it indeed does exist in the database not only via Enterprise Manager but also when I issue 'sp_helpuser' I see:
UserName - 'groupA' with LoginName - 'Domain\groupA'
'sp_dropuser' works with non-group domain logins just fine so it must be an issue with removing the group. Anyone know why this is failing???
Thanks in advance.