Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How To Deny Create Trigger

Status
Not open for further replies.

kim1

Programmer
Joined
Nov 7, 2001
Messages
77
Location
CA
Hi,

The user account has db_ddladmin database role. I want to Deny the permission to Create Trigger to that account.

there is no such thing as

DENY CREATE TRIGGER TO....

Any idea?

Kim
 
Have you tried DENY CREATE TABLE TO tablename.

I haven't tried it out but it might be what your looking for.


Rick.
 
You can only use the Deny-statement with the following :

CREATE DATABASE
CREATE DEFAULT
CREATE PROCEDURE
CREATE RULE
CREATE TABLE
CREATE VIEW
BACKUP DATABASE
BACKUP LOG

Best regards.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top