Nov 9, 2001 #1 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
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
Nov 10, 2001 #2 RickCole Technical User Joined May 9, 2001 Messages 349 Location GB Have you tried DENY CREATE TABLE TO tablename. I haven't tried it out but it might be what your looking for. Rick. Upvote 0 Downvote
Have you tried DENY CREATE TABLE TO tablename. I haven't tried it out but it might be what your looking for. Rick.
Nov 11, 2001 #3 lode Programmer Joined Nov 8, 2001 Messages 208 Location BE 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. Upvote 0 Downvote
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.