<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Error Has Occurred While Establishing A Connection To SQL Server 2005 Which Does Not Allow Local and Remote Connections</title>
	<atom:link href="http://www.mydigitallife.info/2007/10/31/error-has-occurred-while-establishing-a-connection-to-sql-server-2005-which-does-not-allow-local-and-remote-connections/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mydigitallife.info/2007/10/31/error-has-occurred-while-establishing-a-connection-to-sql-server-2005-which-does-not-allow-local-and-remote-connections/</link>
	<description>Living Digitally and Electronically</description>
	<lastBuildDate>Thu, 26 Nov 2009 13:13:29 +0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mayiko</title>
		<link>http://www.mydigitallife.info/2007/10/31/error-has-occurred-while-establishing-a-connection-to-sql-server-2005-which-does-not-allow-local-and-remote-connections/comment-page-1/#comment-591742</link>
		<dc:creator>Mayiko</dc:creator>
		<pubDate>Tue, 11 Aug 2009 06:07:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydigitallife.info/2007/10/31/error-has-occurred-while-establishing-a-connection-to-sql-server-2005-which-does-not-allow-local-and-remote-connections/#comment-591742</guid>
		<description>Thanks pall, this document helped me out several times now.</description>
		<content:encoded><![CDATA[<p>Thanks pall, this document helped me out several times now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Meenukutty</title>
		<link>http://www.mydigitallife.info/2007/10/31/error-has-occurred-while-establishing-a-connection-to-sql-server-2005-which-does-not-allow-local-and-remote-connections/comment-page-1/#comment-586969</link>
		<dc:creator>Meenukutty</dc:creator>
		<pubDate>Fri, 17 Jul 2009 12:44:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydigitallife.info/2007/10/31/error-has-occurred-while-establishing-a-connection-to-sql-server-2005-which-does-not-allow-local-and-remote-connections/#comment-586969</guid>
		<description>Hi

I got the reasons for the following error. This error is comming because you have to enable remote connection for sql server



Sqlcmd: Error: Microsoft SQL Native Client: An error has occurred while establishing a connection to the server. 
When connecting to SQL Server 2005, this failure may be caused by the fact that under 
the default settings SQL Server does not allow remote connections.

Regards</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>I got the reasons for the following error. This error is comming because you have to enable remote connection for sql server</p>
<p>Sqlcmd: Error: Microsoft SQL Native Client: An error has occurred while establishing a connection to the server.<br />
When connecting to SQL Server 2005, this failure may be caused by the fact that under<br />
the default settings SQL Server does not allow remote connections.</p>
<p>Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tamnc</title>
		<link>http://www.mydigitallife.info/2007/10/31/error-has-occurred-while-establishing-a-connection-to-sql-server-2005-which-does-not-allow-local-and-remote-connections/comment-page-1/#comment-585035</link>
		<dc:creator>Tamnc</dc:creator>
		<pubDate>Thu, 09 Jul 2009 02:51:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydigitallife.info/2007/10/31/error-has-occurred-while-establishing-a-connection-to-sql-server-2005-which-does-not-allow-local-and-remote-connections/#comment-585035</guid>
		<description>An error has occurred while establishing a connection to the server.  When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) 
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. 

Exception Details: System.Data.SqlClient.SqlException: An error has occurred while establishing a connection to the server.  When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)

Source Error: 


Line 22:             MyStr = &quot;Server=localhost;Persist Security Info=False; Integrated Security=SSPI;database=MyDatabase;&quot;
Line 23:             Connect = New SqlConnection(MyStr)
Line 24:             Connect.Open()
Line 25:             Dim StrQry = &quot;Select ProductType From ProductTyes&quot;
Line 26:             Command = New SqlCommand(StrQry, Connect)
 

Source File: C:\Documents and Settings\Administrator\My Documents\Visual Studio 2008\WebSites\ASP.NETProject\Index.master.vb    Line: 24 

Stack Trace: 


[SqlException (0x80131904): An error has occurred while establishing a connection to the server.  When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)]
   System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) +800131
   System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) +186
   System.Data.SqlClient.TdsParser.Connect(ServerInfo serverInfo, SqlInternalConnectionTds connHandler, Boolean ignoreSniOpenTimeout, Int64 timerExpire, Boolean encrypt, Boolean trustServerCert, Boolean integratedSecurity, SqlConnection owningObject) +737554
   System.Data.SqlClient.SqlInternalConnectionTds.AttemptOneLogin(ServerInfo serverInfo, String newPassword, Boolean ignoreSniOpenTimeout, Int64 timerExpire, SqlConnection owningObject) +114
   System.Data.SqlClient.SqlInternalConnectionTds.LoginNoFailover(String host, String newPassword, Boolean redirectedUserInstance, SqlConnection owningObject, SqlConnectionString connectionOptions, Int64 timerStart) +421
   System.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(SqlConnection owningObject, SqlConnectionString connectionOptions, String newPassword, Boolean redirectedUserInstance) +181
   System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, Object providerInfo, String newPassword, SqlConnection owningObject, Boolean redirectedUserInstance) +173
   System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection) +357
   System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnection owningConnection, DbConnectionPool pool, DbConnectionOptions options) +30
   System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject) +424
   System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject) +66
   System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject) +494
   System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection) +82
   System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) +105
   System.Data.SqlClient.SqlConnection.Open() +111
   Index.Page_Load(Object sender, EventArgs e) in C:\Documents and Settings\Administrator\My Documents\Visual Studio 2008\WebSites\ASP.NETProject\Index.master.vb:24
   System.Web.UI.Control.OnLoad(EventArgs e) +99
   System.Web.UI.Control.LoadRecursive() +47
   System.Web.UI.Control.LoadRecursive() +131
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1436

 


--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433 



Please help me. I&#039;ve tried to follow step by step the direction above, but it is also get this problem. Would you please solve it successfully? Thank you so much.</description>
		<content:encoded><![CDATA[<p>An error has occurred while establishing a connection to the server.  When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named Pipes Provider, error: 40 &#8211; Could not open a connection to SQL Server)<br />
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. </p>
<p>Exception Details: System.Data.SqlClient.SqlException: An error has occurred while establishing a connection to the server.  When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named Pipes Provider, error: 40 &#8211; Could not open a connection to SQL Server)</p>
<p>Source Error: </p>
<p>Line 22:             MyStr = &#8220;Server=localhost;Persist Security Info=False; Integrated Security=SSPI;database=MyDatabase;&#8221;<br />
Line 23:             Connect = New SqlConnection(MyStr)<br />
Line 24:             Connect.Open()<br />
Line 25:             Dim StrQry = &#8220;Select ProductType From ProductTyes&#8221;<br />
Line 26:             Command = New SqlCommand(StrQry, Connect)</p>
<p>Source File: C:\Documents and Settings\Administrator\My Documents\Visual Studio 2008\WebSites\ASP.NETProject\Index.master.vb    Line: 24 </p>
<p>Stack Trace: </p>
<p>[SqlException (0x80131904): An error has occurred while establishing a connection to the server.  When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)]<br />
   System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) +800131<br />
   System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) +186<br />
   System.Data.SqlClient.TdsParser.Connect(ServerInfo serverInfo, SqlInternalConnectionTds connHandler, Boolean ignoreSniOpenTimeout, Int64 timerExpire, Boolean encrypt, Boolean trustServerCert, Boolean integratedSecurity, SqlConnection owningObject) +737554<br />
   System.Data.SqlClient.SqlInternalConnectionTds.AttemptOneLogin(ServerInfo serverInfo, String newPassword, Boolean ignoreSniOpenTimeout, Int64 timerExpire, SqlConnection owningObject) +114<br />
   System.Data.SqlClient.SqlInternalConnectionTds.LoginNoFailover(String host, String newPassword, Boolean redirectedUserInstance, SqlConnection owningObject, SqlConnectionString connectionOptions, Int64 timerStart) +421<br />
   System.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(SqlConnection owningObject, SqlConnectionString connectionOptions, String newPassword, Boolean redirectedUserInstance) +181<br />
   System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, Object providerInfo, String newPassword, SqlConnection owningObject, Boolean redirectedUserInstance) +173<br />
   System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection) +357<br />
   System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnection owningConnection, DbConnectionPool pool, DbConnectionOptions options) +30<br />
   System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject) +424<br />
   System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject) +66<br />
   System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject) +494<br />
   System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection) +82<br />
   System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) +105<br />
   System.Data.SqlClient.SqlConnection.Open() +111<br />
   Index.Page_Load(Object sender, EventArgs e) in C:\Documents and Settings\Administrator\My Documents\Visual Studio 2008\WebSites\ASP.NETProject\Index.master.vb:24<br />
   System.Web.UI.Control.OnLoad(EventArgs e) +99<br />
   System.Web.UI.Control.LoadRecursive() +47<br />
   System.Web.UI.Control.LoadRecursive() +131<br />
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1436</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433 </p>
<p>Please help me. I&#8217;ve tried to follow step by step the direction above, but it is also get this problem. Would you please solve it successfully? Thank you so much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: almny</title>
		<link>http://www.mydigitallife.info/2007/10/31/error-has-occurred-while-establishing-a-connection-to-sql-server-2005-which-does-not-allow-local-and-remote-connections/comment-page-1/#comment-575610</link>
		<dc:creator>almny</dc:creator>
		<pubDate>Fri, 15 May 2009 20:11:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydigitallife.info/2007/10/31/error-has-occurred-while-establishing-a-connection-to-sql-server-2005-which-does-not-allow-local-and-remote-connections/#comment-575610</guid>
		<description>i get the same problem with godaddy.com hosting
dn you know how i solved it on godaddy ?</description>
		<content:encoded><![CDATA[<p>i get the same problem with godaddy.com hosting<br />
dn you know how i solved it on godaddy ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: param</title>
		<link>http://www.mydigitallife.info/2007/10/31/error-has-occurred-while-establishing-a-connection-to-sql-server-2005-which-does-not-allow-local-and-remote-connections/comment-page-1/#comment-567262</link>
		<dc:creator>param</dc:creator>
		<pubDate>Wed, 25 Mar 2009 13:02:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydigitallife.info/2007/10/31/error-has-occurred-while-establishing-a-connection-to-sql-server-2005-which-does-not-allow-local-and-remote-connections/#comment-567262</guid>
		<description>I am trying to connect a sql server 2005 instance installed on XP SP2 from a sql server 2005 express edition on vista.
I&#039;v done all the changes on both the machines, but my vista machine still does not connect with the sql instance on XP.
what could be the issue here ?</description>
		<content:encoded><![CDATA[<p>I am trying to connect a sql server 2005 instance installed on XP SP2 from a sql server 2005 express edition on vista.<br />
I&#8217;v done all the changes on both the machines, but my vista machine still does not connect with the sql instance on XP.<br />
what could be the issue here ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chintan</title>
		<link>http://www.mydigitallife.info/2007/10/31/error-has-occurred-while-establishing-a-connection-to-sql-server-2005-which-does-not-allow-local-and-remote-connections/comment-page-1/#comment-566408</link>
		<dc:creator>Chintan</dc:creator>
		<pubDate>Fri, 20 Mar 2009 09:21:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydigitallife.info/2007/10/31/error-has-occurred-while-establishing-a-connection-to-sql-server-2005-which-does-not-allow-local-and-remote-connections/#comment-566408</guid>
		<description>Thanks for your help...

It solved my problem..

It was really very useful</description>
		<content:encoded><![CDATA[<p>Thanks for your help&#8230;</p>
<p>It solved my problem..</p>
<p>It was really very useful</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: karthik</title>
		<link>http://www.mydigitallife.info/2007/10/31/error-has-occurred-while-establishing-a-connection-to-sql-server-2005-which-does-not-allow-local-and-remote-connections/comment-page-1/#comment-564936</link>
		<dc:creator>karthik</dc:creator>
		<pubDate>Wed, 11 Mar 2009 07:51:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydigitallife.info/2007/10/31/error-has-occurred-while-establishing-a-connection-to-sql-server-2005-which-does-not-allow-local-and-remote-connections/#comment-564936</guid>
		<description>Thanks. It solved my problem. 

Great article</description>
		<content:encoded><![CDATA[<p>Thanks. It solved my problem. </p>
<p>Great article</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luis</title>
		<link>http://www.mydigitallife.info/2007/10/31/error-has-occurred-while-establishing-a-connection-to-sql-server-2005-which-does-not-allow-local-and-remote-connections/comment-page-1/#comment-563874</link>
		<dc:creator>Luis</dc:creator>
		<pubDate>Wed, 04 Mar 2009 13:25:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydigitallife.info/2007/10/31/error-has-occurred-while-establishing-a-connection-to-sql-server-2005-which-does-not-allow-local-and-remote-connections/#comment-563874</guid>
		<description>men tengo un problema! yo uso el mumaker! y cuando establesco una conex remota! para el sql q lo tengo en el servidor en otra pc me sale ese mismo error! en esta pc donde tengo el maker no tengo ningun sql instalado solo los net.framework del 2.0 al 3.5 y aun asi me sale el error del sql 2005 cuando no lo tengo aqui e incluso en la pc donde tengo el server uso el sql 2003! no entiendo la vdd? crees q sea mi so? xq en esta pc tengo un skin el illuusion v2 y enla otra donde tengo el server el xp s2! espero tu pronta y grata respuesta</description>
		<content:encoded><![CDATA[<p>men tengo un problema! yo uso el mumaker! y cuando establesco una conex remota! para el sql q lo tengo en el servidor en otra pc me sale ese mismo error! en esta pc donde tengo el maker no tengo ningun sql instalado solo los net.framework del 2.0 al 3.5 y aun asi me sale el error del sql 2005 cuando no lo tengo aqui e incluso en la pc donde tengo el server uso el sql 2003! no entiendo la vdd? crees q sea mi so? xq en esta pc tengo un skin el illuusion v2 y enla otra donde tengo el server el xp s2! espero tu pronta y grata respuesta</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kkbook</title>
		<link>http://www.mydigitallife.info/2007/10/31/error-has-occurred-while-establishing-a-connection-to-sql-server-2005-which-does-not-allow-local-and-remote-connections/comment-page-1/#comment-563658</link>
		<dc:creator>kkbook</dc:creator>
		<pubDate>Tue, 03 Mar 2009 04:34:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydigitallife.info/2007/10/31/error-has-occurred-while-establishing-a-connection-to-sql-server-2005-which-does-not-allow-local-and-remote-connections/#comment-563658</guid>
		<description>ขอบคุณมากจ้าาา (Thailand)</description>
		<content:encoded><![CDATA[<p>ขอบคุณมากจ้าาา (Thailand)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eralper</title>
		<link>http://www.mydigitallife.info/2007/10/31/error-has-occurred-while-establishing-a-connection-to-sql-server-2005-which-does-not-allow-local-and-remote-connections/comment-page-1/#comment-562615</link>
		<dc:creator>Eralper</dc:creator>
		<pubDate>Tue, 24 Feb 2009 20:54:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydigitallife.info/2007/10/31/error-has-occurred-while-establishing-a-connection-to-sql-server-2005-which-does-not-allow-local-and-remote-connections/#comment-562615</guid>
		<description>Thanks for the detailed explanation and step by step guide for connection problem</description>
		<content:encoded><![CDATA[<p>Thanks for the detailed explanation and step by step guide for connection problem</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL-developer</title>
		<link>http://www.mydigitallife.info/2007/10/31/error-has-occurred-while-establishing-a-connection-to-sql-server-2005-which-does-not-allow-local-and-remote-connections/comment-page-1/#comment-562614</link>
		<dc:creator>SQL-developer</dc:creator>
		<pubDate>Tue, 24 Feb 2009 20:52:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydigitallife.info/2007/10/31/error-has-occurred-while-establishing-a-connection-to-sql-server-2005-which-does-not-allow-local-and-remote-connections/#comment-562614</guid>
		<description>Thanks for detailes explanation on this very common and frequently faced problem by sql developers.</description>
		<content:encoded><![CDATA[<p>Thanks for detailes explanation on this very common and frequently faced problem by sql developers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mario</title>
		<link>http://www.mydigitallife.info/2007/10/31/error-has-occurred-while-establishing-a-connection-to-sql-server-2005-which-does-not-allow-local-and-remote-connections/comment-page-1/#comment-560526</link>
		<dc:creator>Mario</dc:creator>
		<pubDate>Fri, 13 Feb 2009 16:32:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydigitallife.info/2007/10/31/error-has-occurred-while-establishing-a-connection-to-sql-server-2005-which-does-not-allow-local-and-remote-connections/#comment-560526</guid>
		<description>Thank you very much... Very useful solution.</description>
		<content:encoded><![CDATA[<p>Thank you very much&#8230; Very useful solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kumar Senthil</title>
		<link>http://www.mydigitallife.info/2007/10/31/error-has-occurred-while-establishing-a-connection-to-sql-server-2005-which-does-not-allow-local-and-remote-connections/comment-page-1/#comment-560077</link>
		<dc:creator>Kumar Senthil</dc:creator>
		<pubDate>Mon, 09 Feb 2009 20:13:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydigitallife.info/2007/10/31/error-has-occurred-while-establishing-a-connection-to-sql-server-2005-which-does-not-allow-local-and-remote-connections/#comment-560077</guid>
		<description>simply superb! Thanks a lot.</description>
		<content:encoded><![CDATA[<p>simply superb! Thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anna</title>
		<link>http://www.mydigitallife.info/2007/10/31/error-has-occurred-while-establishing-a-connection-to-sql-server-2005-which-does-not-allow-local-and-remote-connections/comment-page-1/#comment-558869</link>
		<dc:creator>Anna</dc:creator>
		<pubDate>Mon, 02 Feb 2009 03:54:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydigitallife.info/2007/10/31/error-has-occurred-while-establishing-a-connection-to-sql-server-2005-which-does-not-allow-local-and-remote-connections/#comment-558869</guid>
		<description>GREAAATT succESS!</description>
		<content:encoded><![CDATA[<p>GREAAATT succESS!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Victor</title>
		<link>http://www.mydigitallife.info/2007/10/31/error-has-occurred-while-establishing-a-connection-to-sql-server-2005-which-does-not-allow-local-and-remote-connections/comment-page-1/#comment-545729</link>
		<dc:creator>Victor</dc:creator>
		<pubDate>Wed, 03 Dec 2008 12:14:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydigitallife.info/2007/10/31/error-has-occurred-while-establishing-a-connection-to-sql-server-2005-which-does-not-allow-local-and-remote-connections/#comment-545729</guid>
		<description>I restarted the service from services menu, for some reason that did not work. Your solution worked perfectly. Thanks.</description>
		<content:encoded><![CDATA[<p>I restarted the service from services menu, for some reason that did not work. Your solution worked perfectly. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ibrahim</title>
		<link>http://www.mydigitallife.info/2007/10/31/error-has-occurred-while-establishing-a-connection-to-sql-server-2005-which-does-not-allow-local-and-remote-connections/comment-page-1/#comment-543150</link>
		<dc:creator>Ibrahim</dc:creator>
		<pubDate>Wed, 19 Nov 2008 16:57:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydigitallife.info/2007/10/31/error-has-occurred-while-establishing-a-connection-to-sql-server-2005-which-does-not-allow-local-and-remote-connections/#comment-543150</guid>
		<description>for some reason this solution is working for me.</description>
		<content:encoded><![CDATA[<p>for some reason this solution is working for me.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
