Hi I need triggers window how can i find it in the sql server 2008 and 2007? thanks
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
Shortcut for the Template Explorer is : Ctrl + Alt + t in that you can get template for trigger of sql |
|||
|
|
|
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. |
|||
|
