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 2000 Forums
 SQL Server Administration (2000)
 users, login

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: Popeye
and 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.
Go to Top of Page

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
Go to Top of Page

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.
Go to Top of Page
   

- Advertisement -