Re: Linked Server & XACT_ABORT
From: Wayne Snyder (wayne.nospam.snyder_at_mariner-usa.com)
Date: 11/22/04
- Next message: Thomas R. Hummel: "Re: Poor plan choice"
- Previous message: Scott Elgram: "table sizes"
- In reply to: Paul: "Linked Server & XACT_ABORT"
- Next in thread: Paul: "Re: Linked Server & XACT_ABORT"
- Reply: Paul: "Re: Linked Server & XACT_ABORT"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 22 Nov 2004 16:13:19 -0500
a.. If an application has a local transaction and the option
REMOTE_PROC_TRANSACTIONS is set ON, calling a remote stored procedure
escalates the local transaction to a distributed transaction.
This can be set via sp_configure I beleive... I have never tried this, but
perhaps it is worth a few minutes of your time..
-- Wayne Snyder, MCDBA, SQL Server MVP Mariner, Charlotte, NC www.mariner-usa.com (Please respond only to the newsgroups.) I support the Professional Association of SQL Server (PASS) and it's community of SQL Server professionals. www.sqlpass.org "Paul" <Paul@discussions.microsoft.com> wrote in message news:A2488655-A223-4C02-AAEF-33AD82485C53@microsoft.com... > > Is there anyway to set XACT_ABORT ON for a linked server? We have a linked > server setup between SQL 2000 and DB2. To use transactions we need to turn > XACT_ABORT on in every single stored procedure. Is there a way to turn it on > at the linked server level? > > Thanks. > > Paul > >
- Next message: Thomas R. Hummel: "Re: Poor plan choice"
- Previous message: Scott Elgram: "table sizes"
- In reply to: Paul: "Linked Server & XACT_ABORT"
- Next in thread: Paul: "Re: Linked Server & XACT_ABORT"
- Reply: Paul: "Re: Linked Server & XACT_ABORT"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|