RE: Can user view objects they only have select permission on?
- From: SpankyATL <SpankyATL@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 28 Nov 2007 14:00:01 -0800
Here's the commands that I'm executing in order:
CREATE ROLE [Customers_ROLE] Authorization dbo
CREATE SCHEMA [Customers_Schema] AUTHORIZATION [Customers_Role] Deny View
Definition to [Customers_Role]
exec sp_adduser 'phenson', 'phenson', [Customers_Role]
GRANT SELECT ON [dbo].[PT_VIEW] TO [Customers_Role]
When I log in as phenson I do not see PT_View but I can query on it. I need
to be able to see it.
"SpankyATL" wrote:
I have a user that belongs to a role. This role only has select permissions.
on 10 views. When I log in as this user via Management Studio I cannot see
the views however I can execute queries against them.
On another server that I did not setup, that I'm supposed to be mimicking
the same security, this same user can see the views.
Any ideas what the difference is?
Thanks!
- Follow-Ups:
- RE: Can user view objects they only have select permission on?
- From: Erland Sommarskog
- RE: Can user view objects they only have select permission on?
- Prev by Date: Re: unable to connect to sql server remotely
- Next by Date: Re: Granting xp_cmdshell permission to SQL Login
- Previous by thread: RE: Storing Password
- Next by thread: RE: Can user view objects they only have select permission on?
- Index(es):
Relevant Pages
|
|