January 06, 2009     |
Idera09
SQL Security Forums
Note: SQLSecurity.com does not allow nor require registration due to privacy concerns for users. SQLSecurity.com is open and anonymous for all. Please report any abuse or profanity.
Subject: deny truncate table?
Prev Next

Author Messages
rob

10/10/2001 11:52 AM Quote Reply Alert 
Is there any way that anyone knows of in SQL Server to allow individual deletes from a table but deny rights to truncate a table? I want to prevent programmers from accidentally running such a command on a non-test database but they need to be able to delete individual records.
Chip Andrews

10/10/2001 7:36 PM Quote Reply Alert 
They should not be able to truncate tables in the first place unless the developers are in the db_dbowner or db_ddladmin roles or are the owner of the table.

Forums > Discussions > SQL Server Security > deny truncate table?

Quick Reply
Username:  
Subject:  
Body:
 



ActiveForums 3.6
Copyright 1999 by Chip Andrews   |  Privacy Statement  |  Terms Of Use