Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 SQL Server Administration (2008)
 Delete SQL User

Author  Topic 

dba123
Yak Posting Veteran

90 Posts

Posted - 2009-04-23 : 12:50:45
I created a user in Security/Logins and then deleted it. But when I recreate it the system tables still have it and says it already exists. How can I start clean and wipe away this user?

mdubey
Posting Yak Master

133 Posts

Posted - 2009-04-23 : 13:23:56
The First thing is SQL Automatic clear the User from Database where you mapped to the loging.

Second thing is when you try to delete loging from Security/Loging it will ask you delete user from the mapped Database.

You can check on the database wheather the user is alrady exist or not. If it is exists then you need to delete the user first and then drop the delete the loging from Security.

Manoj
MCP, MCTS
Go to Top of Page
   

- Advertisement -