RE: BDO view objects in Enterprise Manager
From: mike.mullane@hpinc.com
Date: 10/21/02
- Next message: Arvind Krishnan[MS]: "Re: Unable to connect to server"
- Previous message: Bill Hollinshead [MS]: "RE: BDO view objects in Enterprise Manager"
- In reply to: Bill Hollinshead [MS]: "RE: BDO view objects in Enterprise Manager"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: <mike.mullane@hpinc.com> Date: Mon, 21 Oct 2002 14:50:18 -0700
Thank you Bill, very useful information. Now things are
behaving the way I expect and want.
Mike
>-----Original Message-----
>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: Arvind Krishnan[MS]: "Re: Unable to connect to server"
- Previous message: Bill Hollinshead [MS]: "RE: BDO view objects in Enterprise Manager"
- In reply to: Bill Hollinshead [MS]: "RE: BDO view objects in Enterprise Manager"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|