<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>SQL Server, SQL Server Express, and SqlDataSource Control</title><link>http://forums.asp.net/54.aspx</link><description>All about SQL Server, SQL Server Express, MSDE, and the SqlDataSource control.</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Transaction Scope - The operation could not be performed because OLE DB provider "SQLNCLI" for linked server "XXX_LINKED_SERVER" was unable to begin a distributed transaction. OLE DB provider "SQLNCLI" for linked server &amp;q</title><link>http://forums.asp.net/thread/2499763.aspx</link><pubDate>Fri, 18 Jul 2008 19:11:16 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2499763</guid><dc:creator>mcook78</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2499763.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=54&amp;PostID=2499763</wfw:commentRss><description>&lt;p&gt;I was about to ask you if you ever figured this out because I&amp;#39;m having the same problem today.&amp;nbsp; Thankfully my genious architect friend turned me on to connection pooling and sure enough that was my problem.&amp;nbsp; I turned connection pooling off &amp;quot;Pooling=false&amp;quot; in the connection string and now everything works.&amp;nbsp; I suppose&amp;nbsp;another option would be to use a separate connection string.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Matt&lt;/p&gt;</description></item><item><title>Transaction Scope - The operation could not be performed because OLE DB provider "SQLNCLI" for linked server "XXX_LINKED_SERVER" was unable to begin a distributed transaction. OLE DB provider "SQLNCLI" for linked server "</title><link>http://forums.asp.net/thread/2360457.aspx</link><pubDate>Thu, 15 May 2008 16:43:27 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2360457</guid><dc:creator>ankem</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2360457.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=54&amp;PostID=2360457</wfw:commentRss><description>Hello, I&amp;#39;ve a problem with a software developed in C# with the framework 2.0. This is the error I receive : The operation could not be performed because OLE DB provider &amp;quot;SQLNCLI&amp;quot; for linked server &amp;quot;XXX_LINKED_SERVER&amp;quot; was unable to begin a distributed transaction. OLE DB provider &amp;quot;SQLNCLI&amp;quot; for linked server &amp;quot;XXX_LINKED_SERVER&amp;quot; returned message &amp;quot;No transaction is active.&amp;quot;. If I try directly to restart the process, it works fine. Is there someone who can help me ? This is the process 1. In C# --&amp;gt; Call of a Query : select from the linked server (db in sql 2005) and insert into a table SQL 2005 2. In the C# --&amp;gt; using (TransactionScope scope = new TransactionScope()) and insert in a table in SQL 2005 which is link server Thank in advance.</description></item></channel></rss>