Re: How to DENY SELECT permissions?
From: Tibor Karaszi (tibor_please.no.email_karaszi_at_hotmail.nomail.com)
Date: 06/18/04
- Next message: Hugo Kornelis: "Re: HELP!!!"
- Previous message: Tibor Karaszi: "Re: create views from access project"
- In reply to: Lawrence: "How to DENY SELECT permissions?"
- Next in thread: Lawrence: "Re: How to DENY SELECT permissions?"
- Reply: Lawrence: "Re: How to DENY SELECT permissions?"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 18 Jun 2004 11:06:28 +0200
This Q has already been answered. You cannot DENY from sysadmin.
-- Tibor Karaszi, SQL Server MVP http://www.karaszi.com/sqlserver/default.asp http://www.solidqualitylearning.com/ "Lawrence" <Lawrence@discussions.microsoft.com> wrote in message news:6612724A-EEA5-4E05-BF7A-4AB154FDFFC2@microsoft.com... > 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: Hugo Kornelis: "Re: HELP!!!"
- Previous message: Tibor Karaszi: "Re: create views from access project"
- In reply to: Lawrence: "How to DENY SELECT permissions?"
- Next in thread: Lawrence: "Re: How to DENY SELECT permissions?"
- Reply: Lawrence: "Re: How to DENY SELECT permissions?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|