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