about triggers in sql server 2008 and 2007
I need triggers window how can i find it in the sql ser开发者_运维百科ver 2008 and 2007? thanks
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.
精彩评论