Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

trigger que?

Status
Not open for further replies.

habesha

Programmer
Oct 30, 2006
68
US
does trigger fires itself?

here is the senario
I am going to create a trigger on a table that fires when the tables is updated.
but I am going to update the same table inside the trigger?
does this fire the trigger again and causing infinite firing of the trigger and updation of the table

thanks
 
Check Using Nested Triggers in BOL.

Borislav Borissov
VFP9 SP1, SQL Server 2000/2005.
MVP VFP
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top