Using triggers to update linked server table
Posted
by tabouakl
on Stack Overflow
See other posts from Stack Overflow
or by tabouakl
Published on 2010-04-15T15:43:35Z
Indexed on
2010/04/15
15:53 UTC
Read the original article
Hit count: 473
linked-server
|triggers
Can I use triggers to insert or update tables in a linked server?
I tried it and got the following error:
Unable to start a nested transaction for OLE DB provider 'SQLOLEDB'. A nested transaction was required because the XACT_ABORT option was set to OFF. [OLE/DB provider returned message: Cannot start more transactions on this session.] OLE DB error trace [OLE/DB Provider 'SQLOLEDB' ITransactionLocal::StartTransaction returned 0x8004d013: ISOLEVEL=4096].
© Stack Overflow or respective owner