Suppose I fire a delete command on Table A, and this A is being referred as FK on Table B, again B is FK for Table C.Every Table A,B,C has Delete triggers. Now If Any triggers fails in A,B,C does original Delete command Rollback.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
If the trigger fails your transaction rolls back; also see this article: http://msdn.microsoft.com/en-us/magazine/cc164032.aspx |
|||
|
|
ON DELETE CASCADEoption on your foreign keys? – Damien_The_Unbeliever Dec 15 '11 at 8:27