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 |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2002-05-30 : 08:31:25
|
| carlo writes "How can I delete a user from the users list of the role 'public' ? The problem is that there is a user in the list which is no user of the server (this came by copying a database through dettach/attach from one server to another with different users).Windows2000 ServerMSDE2000" |
|
|
JamesH
Posting Yak Master
149 Posts |
Posted - 2002-05-30 : 08:56:25
|
| try going through transact sql and using the sp_dropuser from within the database in question. JamesH. |
 |
|
|
|
|
|