Re: deny truncate?
From: Jacco Schalkwijk (jacco.please.reply_at_to.newsgroups.mvps.org.invalid)
Date: 10/13/04
- Next message: Toby Herring: "Re: "DataSet" input parametes to Stored Procedures"
- Previous message: Damon: "Re: Date Difference?"
- In reply to: Bonj: "deny truncate?"
- Next in thread: Aaron [SQL Server MVP]: "Re: deny truncate?"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 13 Oct 2004 14:27:30 +0100
Only members of the sysadmin server role and the db_owner and db_ddladmin
database roles and the table owner have permissions to Truncate the table.
-- Jacco Schalkwijk SQL Server MVP "Bonj" <Bonj@discussions.microsoft.com> wrote in message news:86930C7A-AC66-4E96-AB9C-487200CD223D@microsoft.com... > 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: Toby Herring: "Re: "DataSet" input parametes to Stored Procedures"
- Previous message: Damon: "Re: Date Difference?"
- In reply to: Bonj: "deny truncate?"
- Next in thread: Aaron [SQL Server MVP]: "Re: deny truncate?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|