Re: permissions not working
- From: Erland Sommarskog <esquel@xxxxxxxxxxxxx>
- Date: Fri, 15 Feb 2008 15:21:15 -0800
JEM (Jenn@xxxxxxxxxxxxxxxxx) writes:
Hi. I have a SQL Server 2000 database,using Windows Authentication,
and have created some new roles and assigned permissions to the
various tables, views and sprocs. However, the permissions are not
working. When I log on as a user in one of the roles, i still have
access to insert, update, delete records in tables that i have
specifically denied permissions on (they should only have select
permissions which they have). I am able to log onto Query Analyzer
and do everything with the table that i should not be able to do. The
user is only a member of public and this role. The objects are all
owned by dbo. Any ideas?
If you say "SELECT USER" what does it say? The name of this user or
does it by chance say "dbo"? In the latter case your login somehow
is a sysadmin member and is of course able to do anything.
--
Erland Sommarskog, SQL Server MVP, esquel@xxxxxxxxxxxxx
Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodinfo/previousversions/books.mspx
.
- Follow-Ups:
- Re: permissions not working
- From: JEM
- Re: permissions not working
- References:
- permissions not working
- From: JEM
- permissions not working
- Prev by Date: Re: Integrated Security in the DMZ
- Next by Date: Re: Secure schema or view?
- Previous by thread: Re: permissions not working
- Next by thread: Re: permissions not working
- Index(es):
Relevant Pages
|