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)
 can db owner be a group?

Author  Topic 

influent
Constraint Violating Yak Guru

367 Posts

Posted - 2007-01-10 : 16:18:37
Can a database owner (not the db_owner role) ever be an Active Directory group instead of a user?

propanecan
Yak Posting Veteran

60 Posts

Posted - 2007-01-10 : 17:21:44
A database owner can be a windows or SQL user, but I don't believe it's possible to use an Active Directory group.

As an FYI I tried to update the dbowner in pubs to a group and was unsuccessful. Just kept getting the message "The login Group does not exist"
Go to Top of Page

influent
Constraint Violating Yak Guru

367 Posts

Posted - 2007-01-10 : 17:28:25
Thanks, that's what I suspected. Just to verify, did you try to update the db owner in pubs after the group in question was set up as a login?
Go to Top of Page

propanecan
Yak Posting Veteran

60 Posts

Posted - 2007-01-10 : 17:45:00
Yes, that is correct.
Go to Top of Page
   

- Advertisement -