Hi I need triggers window how can i find it in the sql server 2008 and 2007? thanks
A:
In SQL Server Management Studio, connect to your database and expand the node [YourDatabase]->Programmability->Triggers. If you right-click that folder, Management Studio will give you options to generate script templates for both create, modify and remove triggers.
Tomas Lycken
2010-07-26 06:56:55
I have right clicked that folder but nothing will happen! [mydatabase]-->Programmability-->database triggers and when I right click on this folder it will show "refresh"
2010-07-26 07:02:14
+1
A:
Shortcut for the Template Explorer is : Ctrl + Alt + t in that you can get template for trigger of sql
Pranay Rana
2010-07-26 06:57:24