Re: deny truncate?
From: Keith Kratochvil (sqlguy.back2u_at_comcast.net)
Date: 10/13/04
- Next message: Bonj: "RE: deny truncate?"
- Previous message: Aaron [SQL Server MVP]: "Re: deny truncate?"
- In reply to: Bonj: "deny truncate?"
- Next in thread: Bonj: "RE: deny truncate?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 13 Oct 2004 09:23:16 -0500
>From Books Online:
Permissions
TRUNCATE TABLE permissions default to the table owner, members of the
sysadmin fixed server role, and the db_owner and db_ddladmin fixed database
roles, and are not transferable.
The bottom line: Manage security properly and the users will not have
rights to do anything that you do not want them to.
-- Keith "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: Bonj: "RE: deny truncate?"
- Previous message: Aaron [SQL Server MVP]: "Re: deny truncate?"
- In reply to: Bonj: "deny truncate?"
- Next in thread: Bonj: "RE: deny truncate?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|