On an Insert trigger, what must I do to insure that the Insert completes, even though my code to update tables on a linked server may fail. Would the after trigger be applicable here?
If I understand you correctly then yes, you can use an AFTER INSERT trigger to update tables on a linked server in this manner i.e. the AFTER trigger will only fire if the the original INSERT statement completes successfully.
cheers
Nathan
Nathan
----------------------------------------
Want to get a good response to your question? Read this FAQ! -> faq183-874
----------------------------------------
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.