Re: Permission denied in table yet allowed access in Sproc but still no access
From: Graeme Malcolm (graemem_cm_at_hotmail.com)
Date: 08/25/04
- Next message: Roji. P. Thomas: "Re: Windows Service with timer"
- Previous message: Roji. P. Thomas: "Re: sp_oaMethod"
- In reply to: ryu: "Re: Permission denied in table yet allowed access in Sproc but still no access"
- Next in thread: Dan Guzman: "Re: Permission denied in table yet allowed access in Sproc but still no access"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 25 Aug 2004 13:03:44 +0100
Has the user (or any of the roles it belongs to) been explicitly denied
permissions on the sproc? (A DENY overrides a GRANT).
Can you post some sample DDL and query code?
-- ---- Graeme Malcolm Principal Technologist Content Master Ltd. www.contentmaster.com "ryu" <blizzardstorm8899@yahoo.com> wrote in message news:%235V2F4oiEHA.632@TK2MSFTNGP12.phx.gbl... I have checked. The owner for both obj is dbo "Graeme Malcolm" <graemem_cm@hotmail.com> wrote in message news:uxJwHsoiEHA.3876@TK2MSFTNGP12.phx.gbl... > Is the base table owned by the same user as the sproc? SQL Server checks > permissions at each break in the ownership chain, so if the owners are > different then the permissions on the base table would be applied. > > Cheers, > Graeme > -- > ---- > Graeme Malcolm > Principal Technologist > Content Master Ltd. > www.contentmaster.com > > > "Ryu" <blizzardstorm8899@yahoo.com> wrote in message > news:%23yl6zfoiEHA.1356@TK2MSFTNGP09.phx.gbl... > Hi all, > > I understand that when I am denied access from the table but given the > right > permission in a sproc accessing the table, I am still able to access the > table. However > I have a table which I am denied access but given the correct permission > yet > I am still not able to access. I have checked the roles and they seem > fine. > What else can I check? > > > >
- Next message: Roji. P. Thomas: "Re: Windows Service with timer"
- Previous message: Roji. P. Thomas: "Re: sp_oaMethod"
- In reply to: ryu: "Re: Permission denied in table yet allowed access in Sproc but still no access"
- Next in thread: Dan Guzman: "Re: Permission denied in table yet allowed access in Sproc but still no access"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|