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)
 Trapping errors in a trigger

Author  Topic 

neuza
Starting Member

1 Post

Posted - 2001-05-17 : 10:18:30
Greetings all,

I have a trigger that updateds another table. However if the update fails the trigger just stops executing. (ie. cant insert null into col.)

If I put the trigger code into a stored proc and call the stored proc. it continues executing all the error handling code.

Please help

   

- Advertisement -