﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / SQL Server 2008 / T-SQL (SS2K8)  / Execute a remote SP into a local temp table / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Fri, 24 May 2013 11:07:30 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Execute a remote SP into a local temp table</title><link>http://www.sqlservercentral.com/Forums/Topic1405378-392-1.aspx</link><description>Sorted, as I'm only using the Linked Server for this activity I've configured it to ignore remote proc transactions.EXEC master.dbo.sp_serveroption @server=N'XX.XXX.XX.XX', @optname=N'remote proc transaction promotion', @optvalue=N'false'</description><pubDate>Thu, 10 Jan 2013 07:22:04 GMT</pubDate><dc:creator>giles.clapham</dc:creator></item><item><title>RE: Execute a remote SP into a local temp table</title><link>http://www.sqlservercentral.com/Forums/Topic1405378-392-1.aspx</link><description>Sorry mislead you, the servers are on different Domains.</description><pubDate>Thu, 10 Jan 2013 06:50:21 GMT</pubDate><dc:creator>giles.clapham</dc:creator></item><item><title>Execute a remote SP into a local temp table</title><link>http://www.sqlservercentral.com/Forums/Topic1405378-392-1.aspx</link><description>Hello,I'm working with 2 servers both SQL Server 2008 R2 on the same Domain.  One of these servers has a Linked Server to the other.I can quite happily execute a stored procedure that resides on the linked server from the other however if I try to save the results into a temp table I get the following error."OLE DB provider "SQLNCLI10" for linked server "xx.xxx.xx.xx" returned message "The partner transaction manager has disabled its support for remote/network transactions.".Msg 7391, Level 16, State 2, Line 1The operation could not be performed because OLE DB provider "SQLNCLI10" for linked server "xx.xxx.xx.xx" was unable to begin a distributed transaction."MSDTC is running on both servers.  The RPC Out is set to true on the linked server.Could anyone tell me what the difference is between executing and savign the results to a temp table, and secondly how to work around the problem.ThanksGiles</description><pubDate>Thu, 10 Jan 2013 06:20:03 GMT</pubDate><dc:creator>giles.clapham</dc:creator></item></channel></rss>