deny truncate?
From: Bonj (Bonj_at_discussions.microsoft.com)
Date: 10/13/04
- Next message: Jacco Schalkwijk: "Re: deny truncate?"
- Previous message: Mingqing Cheng [MSFT]: "Re: Question on C2 Log"
- Next in thread: Jacco Schalkwijk: "Re: deny truncate?"
- Reply: Jacco Schalkwijk: "Re: deny truncate?"
- Reply: Aaron [SQL Server MVP]: "Re: deny truncate?"
- Reply: Keith Kratochvil: "Re: deny truncate?"
- Reply: Bonj: "RE: deny truncate?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 13 Oct 2004 06:19:03 -0700
What if I want to give users Query Analyzer-style access to my data, but
don't want them to delete it?
I can do
deny delete on dbo.mytable to public
which is great... assuming they don't know how to do 'truncate table'.
uh?
is there any way I can prevent users from truncating a table by permissions?
- Next message: Jacco Schalkwijk: "Re: deny truncate?"
- Previous message: Mingqing Cheng [MSFT]: "Re: Question on C2 Log"
- Next in thread: Jacco Schalkwijk: "Re: deny truncate?"
- Reply: Jacco Schalkwijk: "Re: deny truncate?"
- Reply: Aaron [SQL Server MVP]: "Re: deny truncate?"
- Reply: Keith Kratochvil: "Re: deny truncate?"
- Reply: Bonj: "RE: deny truncate?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|