How to DENY SELECT permissions?
From: Lawrence (Lawrence_at_discussions.microsoft.com)
Date: 06/18/04
- Next message: Lawrence: "How to DENY SELECT permission?"
- Previous message: Michael Tissington: "SQLDMO Failed still fails to register"
- Next in thread: Tibor Karaszi: "Re: How to DENY SELECT permissions?"
- Reply: Tibor Karaszi: "Re: How to DENY SELECT permissions?"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 17 Jun 2004 17:35:01 -0700
Hi,
I'm dbo & sysadmin on this table that I'm trying to take away SELECT permission. How do I do that? I tried the followin code, but was still able to select the records.
DENY SELECT
ON C_copy
TO dbo
select * from C_copy
Any help is appreciated!
-Lawrence
- Next message: Lawrence: "How to DENY SELECT permission?"
- Previous message: Michael Tissington: "SQLDMO Failed still fails to register"
- Next in thread: Tibor Karaszi: "Re: How to DENY SELECT permissions?"
- Reply: Tibor Karaszi: "Re: How to DENY SELECT permissions?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
Loading