Microsoft® SQL Server 2012 Unleashed
by Ray Rankins, Paul T. Bertucci, Chris Gallelli, Alex T. Silverstein
remote proc trans
Type: Basic
Default value: 0
The remote proc trans parameter allows remote procedures that are taking part in multi-server transactions to use MS DTC so that transaction integrity is maintained across servers. The default value of 0 means the remote procedure calls will not use MS DTC. Data modification at the remote server will not be a part of transactions at the local server. If you set this parameter to 1, SQL Server uses MS DTC to preserve transaction integrity across servers. This feature is still scheduled to be removed in the next version of Microsoft SQL Server. You should therefore avoid using this feature in new development work and plan to modify applications that currently use this feature.
The following is an example ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access