Re: Public Role in SQL Server 2000 SP3
From: Peter (anonymous_at_discussions.microsoft.com)
Date: 07/13/04
- Next message: Aaron [SQL Server MVP]: "Re: user tables"
- Previous message: hari: "user tables"
- In reply to: Dan Guzman: "Re: Public Role in SQL Server 2000 SP3"
- Next in thread: Hari Prasad: "Re: Public Role in SQL Server 2000 SP3"
- Reply: Hari Prasad: "Re: Public Role in SQL Server 2000 SP3"
- Reply: Dan Guzman: "Re: Public Role in SQL Server 2000 SP3"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 12 Jul 2004 21:49:27 -0700
If I want him to select all tables, what is the easiest
way to achieve it ?
Thanks
>-----Original Message-----
>The default permissions of the public role allow SELECT
from sysobjects and
>other meta-data objects.
>
>A security best practice is to create your own roles and
grant object
>permissions to those roles as needed. You can then
control security by user
>role membership.
>
>--
>Hope this helps.
>
>Dan Guzman
>SQL Server MVP
>
>"Peter" <anonymous@discussions.microsoft.com> wrote in
message
>news:2b73701c46890$d144c1a0$a501280a@phx.gbl...
>> If I add a user to a database with Public Database
Role, I
>> would like to know what privilege has been granted to
him.
>>
>> This is because we find that he is not able to SELECT
any
>> table.
>
>
>.
>
- Next message: Aaron [SQL Server MVP]: "Re: user tables"
- Previous message: hari: "user tables"
- In reply to: Dan Guzman: "Re: Public Role in SQL Server 2000 SP3"
- Next in thread: Hari Prasad: "Re: Public Role in SQL Server 2000 SP3"
- Reply: Hari Prasad: "Re: Public Role in SQL Server 2000 SP3"
- Reply: Dan Guzman: "Re: Public Role in SQL Server 2000 SP3"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|