Piotr Rodak

if datepart(dw, getdate()) in (6, 7)
use pubs;

Browse by Tags

All Tags » trigger (RSS)
distributed transactions and triggers
Last week I came across an interesting issue. If you have a FOR INSERT trigger on a table and you want to store some information on a linked server, the transaction the trigger is running within is automatically expanded to distributed mode. This creates...

Posted by Piotr Rodak | with no comments