Re: Revoke/deny SOX issue
From: Jasper Smith (jasper_smith9_at_hotmail.com)
Date: 07/20/05
- Next message: Dan H: "Alternative to Account Delegation?"
- Previous message: Hari Prasad: "Re: Restricting domains from which a user can login using SQL Server login"
- In reply to: jaylou: "Revoke/deny SOX issue"
- Next in thread: jaylou: "Re: Revoke/deny SOX issue"
- Reply: jaylou: "Re: Revoke/deny SOX issue"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 20 Jul 2005 22:38:52 +0100
What does the following return
select is_srvrolemember('sysadmin')
-- HTH Jasper Smith (SQL Server MVP) http://www.sqldbatips.com I support PASS - the definitive, global community for SQL Server professionals - http://www.sqlpass.org "jaylou" <jaylou@discussions.microsoft.com> wrote in message news:F0EA0EB9-EF0D-460D-84D0-A1AF4E9F9307@microsoft.com... > Hi all, > Either revoke/deny doesnt work or I dont understand the concept correctly. > > I need to separate the duties of SA and DBO for SOX :( > I am planning on creating 2 new roles in every database. Securityadmin > and > DataAdmin. > In testing this I set myself up as a user of a test DB, as a member of > Public I can do everything in the DB as if I was SA. > I tried to deny all rights to my username, and to Public. After doing so I > was still able create insert, update, blah, blah... > > I have tried all of the following: > > DENY CREATE TABLE TO public > > DENY SELECT, INSERT, UPDATE, DELETE > ON testrights > TO PUBLIC --username > > REVOKE ALL ON testrights TO jfischer > > I don't understand why I can still do everything on the server. > > TIA, > Joe
- Next message: Dan H: "Alternative to Account Delegation?"
- Previous message: Hari Prasad: "Re: Restricting domains from which a user can login using SQL Server login"
- In reply to: jaylou: "Revoke/deny SOX issue"
- Next in thread: jaylou: "Re: Revoke/deny SOX issue"
- Reply: jaylou: "Re: Revoke/deny SOX issue"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|