Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Sql Management Studio - New Trigger Option

Author  Topic 

AdamForest
Starting Member

1 Post

Posted - 2014-04-12 : 14:38:25
Hi all,

I am learning sql at the moment and trying to understand triggers.

Unfortunately the 'New Trigger' option is greyed out. I have managed to create a trigger using a 'create trigger' query but am confused why the option is not available by default in object explorer.

Any ideas as to whether I need to configure something to get it selectable ?

Thanks in advance (and apologies for a silly starting question).

Adam

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2014-04-13 : 14:28:17
Whats the role to which login is mapped on in the db? ALso it may be that dba might have denied create trigger permission for your credential.

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/
https://www.facebook.com/VmBlogs
Go to Top of Page
   

- Advertisement -