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
 Triggers location in Sql Server 2005

Author  Topic 

sarorelasoul
Starting Member

29 Posts

Posted - 2008-10-24 : 14:46:09
Hi,

I've created a trigger on a database table that is stored in SQL Server 2005, Where can I find this trigger stored in case I want to modify it?

Thank you

hanbingl
Aged Yak Warrior

652 Posts

Posted - 2008-10-24 : 14:49:13
There should be a [Database Triggers] folder
Go to Top of Page

malaytech2008
Yak Posting Veteran

95 Posts

Posted - 2008-10-25 : 02:29:44
I think u can modifiy only using Code.

malay
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2008-10-25 : 02:34:28
quote:
Originally posted by malaytech2008

I think u can modifiy only using Code.

malay


yup thats right. but code can be obtained by expanding your Database folder-> table->trigger and choosing modify trigger by right clicking on it.
Go to Top of Page
   

- Advertisement -