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 |
|
dejjan
Yak Posting Veteran
99 Posts |
Posted - 2005-02-28 : 06:44:07
|
| Could I have one login and several users connected with that login, for one database.For example, Database Name: Cartoon login: Popeyeand I want to have users: Popeye (dbowner) Olive (datareader) Brutus (smth else)Thanks for any help |
|
|
robvolk
Most Valuable Yak
15732 Posts |
Posted - 2005-02-28 : 07:29:37
|
| Yes. |
 |
|
|
dejjan
Yak Posting Veteran
99 Posts |
Posted - 2005-02-28 : 07:53:16
|
| But how ?I get a message: "Error 15023: User or role 'Olive' already exists in the current database."And there is no 'Olive' in sysusers |
 |
|
|
robvolk
Most Valuable Yak
15732 Posts |
Posted - 2005-02-28 : 08:29:52
|
| Sorry, I misread the question. You can't add the same login to the database multiple times. You'd have to create a new login. |
 |
|
|
|
|
|