RE: BDO view objects in Enterprise Manager
From: Bill Hollinshead [MS] (billhol@online.microsoft.com)
Date: 10/21/02
- Next message: mike.mullane@hpinc.com: "RE: BDO view objects in Enterprise Manager"
- Previous message: David: "Re: Unable to connect to server"
- In reply to: Mike Mullane: "BDO view objects in Enterprise Manager"
- Next in thread: mike.mullane@hpinc.com: "RE: BDO view objects in Enterprise Manager"
- Reply: mike.mullane@hpinc.com: "RE: BDO view objects in Enterprise Manager"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: billhol@online.microsoft.com ("Bill Hollinshead [MS]") Date: Mon, 21 Oct 2002 21:00:00 GMT
Hi Mike,
>From http://msdn.microsoft.com/library/en-us/architec/8_ar_da_8yur.asp:
{
If a database has no guest user account, a login cannot access the database
unless it has been associated with a valid user account.
}
IOW, once you explicitly add the user to the database, the database's
objects will be visible to that user.
However, this dosen't fit with your observation that these users are
database owners <g>, so, how are you determining they are database owner?
And what steps were followed to remove guest? If you directly deleted guest
from sysusers then please see
http://support.microsoft.com/support/kb/articles/q315/5/23.asp.
Perhaps select from a database's sysusers with a compare/join
master..sysxlogins by sid and/or name, or (for SQL Server logins) a report
mode run of sp_change_users_login will reveal some additional information
(such as orphaned users). If the user is found, then sp_helpuser will
return that user's database roles (including the db_owner fixed database
role).
BTW, if the model database has the guest user then all new databases will
the guest user as well since the databases are all based upon/templated
from the model database.
Thanks,
Bill Hollinshead
Microsoft, SQL Server
This posting is provided "AS IS" with no warranties, and confers no
rights. Subscribe to MSDN & use http://msdn.microsoft.com/newsgroups.
- Next message: mike.mullane@hpinc.com: "RE: BDO view objects in Enterprise Manager"
- Previous message: David: "Re: Unable to connect to server"
- In reply to: Mike Mullane: "BDO view objects in Enterprise Manager"
- Next in thread: mike.mullane@hpinc.com: "RE: BDO view objects in Enterprise Manager"
- Reply: mike.mullane@hpinc.com: "RE: BDO view objects in Enterprise Manager"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|