Re: Public Role in SQL Server 2000 SP3
From: Dan Guzman (danguzman_at_nospam-earthlink.net)
Date: 07/13/04
- Next message: Hari Prasad: "Re: Public Role in SQL Server 2000 SP3"
- Previous message: Peter: "Public Role in SQL Server 2000 SP3"
- In reply to: Peter: "Public Role in SQL Server 2000 SP3"
- Next in thread: Peter: "Re: Public Role in SQL Server 2000 SP3"
- Reply: Peter: "Re: Public Role in SQL Server 2000 SP3"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 12 Jul 2004 23:37:18 -0500
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: Hari Prasad: "Re: Public Role in SQL Server 2000 SP3"
- Previous message: Peter: "Public Role in SQL Server 2000 SP3"
- In reply to: Peter: "Public Role in SQL Server 2000 SP3"
- Next in thread: Peter: "Re: Public Role in SQL Server 2000 SP3"
- Reply: Peter: "Re: Public Role in SQL Server 2000 SP3"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|