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.
Author |
Topic |
Surfer513
Starting Member
29 Posts |
Posted - 2011-02-22 : 13:53:48
|
I'm having an issue. I created a Login ('someuser'), and I deleted this login. Then when I went to recreate the same login 'someuser', I get an error that it already exists.It is not an orphaned user (I viewed any through sp_change_users_login from the master db).What could be preventing me from recreating this login?? |
|
jeffw8713
Aged Yak Warrior
819 Posts |
Posted - 2011-02-22 : 16:07:30
|
Did you delete the user - or the login. If you deleted the login only, and not the user that would explain the issue. |
 |
|
Surfer513
Starting Member
29 Posts |
Posted - 2011-02-23 : 09:28:33
|
I did a DROP USER on it and I'm still getting the problem. |
 |
|
Peter99
Constraint Violating Yak Guru
498 Posts |
Posted - 2011-02-23 : 15:03:00
|
Can you check this login present on server level? and on what access have. |
 |
|
|
|
|