How to give permissions to create and execute triggers

  • Hi,

    I created a database user and assigned required permissions. Then I created a database with the new user and trying create and execute ddl triggers. But it was syaing that

    "Msg 2104, Level 14, State 1, Procedure MyDDL_trig, Line 12

    Cannot create the trigger 'MyDDL_trig', because you do not have permission."

    My question is how can I give permissions to create and execute triggers to the new user on new database

    I have another question... is there any possibility to assign all the powers of "sa" to a new user at one shot ? (like in oracle - grant dba to )

    Thanks in advance

    Satish

  • I would guess that the user who created the DB would have the permission to do this ...

    Perhaps you can add the login for that specific DB to db_Owner role?

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply