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
 SQL Server 2000 Forums
 SQL Server Development (2000)
 trigger selection

Author  Topic 

pithhelmet
Posting Yak Master

183 Posts

Posted - 2007-09-24 : 09:36:44
Hi everyone -

I was wondering if there was a way to determine the type of trigger that is being processed...

the purpose is to have a single trigger that writes the value of the operation into an audit table.

I don't want to write three triggers for each table, but rather a single trigger that writes the value of the operation into the audit table...

thanks
tony

Kristen
Test

22859 Posts

Posted - 2007-09-24 : 09:54:00
"the purpose is to have a single trigger that writes the value of the operation into an audit table"

See: http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=55210&SearchTerms=Triggers,Trigger,audit%20changes

Kristen
Go to Top of Page

pithhelmet
Posting Yak Master

183 Posts

Posted - 2007-09-24 : 10:05:08
thanks for the links, the search i performed did not reveal this link

thank you

Go to Top of Page
   

- Advertisement -