How to DENY SELECT permission?
From: Lawrence (Lawrence_at_discussions.microsoft.com)
Date: 06/18/04
- Next message: Max Powers: "Memory Leak?"
- Previous message: Lawrence: "How to DENY SELECT permissions?"
- Next in thread: Hari: "Re: How to DENY SELECT permission?"
- Reply: Hari: "Re: How to DENY SELECT permission?"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 17 Jun 2004 17:37:01 -0700
Hi,
I am dbo and sysadmin on this table that i'm trying to deny SELECT permission.
I tried the following code, but was still able to select the object. Any help is appreciated!
DENY SELECT
ON C_copy
TO dbo
select * from C_copy
-Lawrence
- Next message: Max Powers: "Memory Leak?"
- Previous message: Lawrence: "How to DENY SELECT permissions?"
- Next in thread: Hari: "Re: How to DENY SELECT permission?"
- Reply: Hari: "Re: How to DENY SELECT permission?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|