<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: SQL SERVER &#8211; FIX : ERROR : (provider: Named Pipes Provider, error: 40 &#8211; Could not open a connection to SQL Server) (Microsoft SQL Server, Error: )</title>
	<atom:link href="http://blog.sqlauthority.com/2009/05/21/sql-server-fix-error-provider-named-pipes-provider-error-40-could-not-open-a-connection-to-sql-server-microsoft-sql-server-error/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2009/05/21/sql-server-fix-error-provider-named-pipes-provider-error-40-could-not-open-a-connection-to-sql-server-microsoft-sql-server-error/</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Thu, 09 Feb 2012 19:36:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: mohammad seddiq</title>
		<link>http://blog.sqlauthority.com/2009/05/21/sql-server-fix-error-provider-named-pipes-provider-error-40-could-not-open-a-connection-to-sql-server-microsoft-sql-server-error/#comment-248009</link>
		<dc:creator><![CDATA[mohammad seddiq]]></dc:creator>
		<pubDate>Sat, 04 Feb 2012 05:58:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4840#comment-248009</guid>
		<description><![CDATA[Thank you because of your good information about SQL Server. It solved my problem with sql server.]]></description>
		<content:encoded><![CDATA[<p>Thank you because of your good information about SQL Server. It solved my problem with sql server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sherwnk</title>
		<link>http://blog.sqlauthority.com/2009/05/21/sql-server-fix-error-provider-named-pipes-provider-error-40-could-not-open-a-connection-to-sql-server-microsoft-sql-server-error/#comment-246017</link>
		<dc:creator><![CDATA[Sherwnk]]></dc:creator>
		<pubDate>Tue, 31 Jan 2012 06:13:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4840#comment-246017</guid>
		<description><![CDATA[step 3. Web.config {webservice project}


	
		
  
	]]></description>
		<content:encoded><![CDATA[<p>step 3. Web.config {webservice project}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sherwnk</title>
		<link>http://blog.sqlauthority.com/2009/05/21/sql-server-fix-error-provider-named-pipes-provider-error-40-could-not-open-a-connection-to-sql-server-microsoft-sql-server-error/#comment-246015</link>
		<dc:creator><![CDATA[Sherwnk]]></dc:creator>
		<pubDate>Tue, 31 Jan 2012 06:08:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4840#comment-246015</guid>
		<description><![CDATA[I just shared my experience on this error while I&#039;m running webservice project.
on the top is my alternative solution. I hope I can help some developers
-----------------------------------------------------------------------------------------------
http://localhost:1595/Main/WebServiceTest.asmx?op=ServiceInsertTransact




  at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)
   at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)
   at System.Data.SqlClient.TdsParser.Connect(Boolean&amp; useFailoverPartner, Boolean&amp; failoverDemandDone, String host, String failoverPartner, String protocol, SqlInternalConnectionTds connHandler, Int64 timerExpire, Boolean encrypt, Boolean trustServerCert, Boolean integratedSecurity, SqlConnection owningObject, Boolean aliasLookup)
   at System.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(SqlConnection owningObject, SqlConnectionString connectionOptions, String newPassword, Boolean redirectedUserInstance)
   at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, Object providerInfo, String newPassword, SqlConnection owningObject, Boolean redirectedUserInstance)
   at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection)
   at System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnection owningConnection, DbConnectionPool pool, DbConnectionOptions options)
   at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject)
   at System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject)
   at System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject)
   at System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)
   at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)
   at System.Data.SqlClient.SqlConnection.Open()
---------------------------------------------------------------------------------------------------]]></description>
		<content:encoded><![CDATA[<p>I just shared my experience on this error while I&#8217;m running webservice project.<br />
on the top is my alternative solution. I hope I can help some developers<br />
&#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;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
<a href="http://localhost:1595/Main/WebServiceTest.asmx?op=ServiceInsertTransact" rel="nofollow">http://localhost:1595/Main/WebServiceTest.asmx?op=ServiceInsertTransact</a></p>
<p>  at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)<br />
   at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)<br />
   at System.Data.SqlClient.TdsParser.Connect(Boolean&amp; useFailoverPartner, Boolean&amp; failoverDemandDone, String host, String failoverPartner, String protocol, SqlInternalConnectionTds connHandler, Int64 timerExpire, Boolean encrypt, Boolean trustServerCert, Boolean integratedSecurity, SqlConnection owningObject, Boolean aliasLookup)<br />
   at System.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(SqlConnection owningObject, SqlConnectionString connectionOptions, String newPassword, Boolean redirectedUserInstance)<br />
   at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, Object providerInfo, String newPassword, SqlConnection owningObject, Boolean redirectedUserInstance)<br />
   at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection)<br />
   at System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnection owningConnection, DbConnectionPool pool, DbConnectionOptions options)<br />
   at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject)<br />
   at System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject)<br />
   at System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject)<br />
   at System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)<br />
   at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)<br />
   at System.Data.SqlClient.SqlConnection.Open()<br />
&#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;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sherwnk</title>
		<link>http://blog.sqlauthority.com/2009/05/21/sql-server-fix-error-provider-named-pipes-provider-error-40-could-not-open-a-connection-to-sql-server-microsoft-sql-server-error/#comment-246008</link>
		<dc:creator><![CDATA[Sherwnk]]></dc:creator>
		<pubDate>Tue, 31 Jan 2012 06:00:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4840#comment-246008</guid>
		<description><![CDATA[Sorry for my last post i mistaken not  the references. if you try using web.config it you using asp.net project. Im also experience with same error when i try to connect my Sql server 2005 standard Edition.

step 1.
try to check Sql server if you are using this configuration Servername:192.168..\databaseschema
username:xxx
password:xxx

step 2.
{Server side sql server Standard Edition}

locate Sql server Configuration Manager
- Protocols for mssqlserver
  -TCP/IP    ,Enabled
  -Name Pipes,  Disabled

Sql Native Client Configuration
  -TCP/IP    , Enabled
  -NamePipes, Enabled


step 3. Web.config  {webservice project}


	
		
  

-------------------------------------------------------------------------------------------
           {  Possible cause of error&#039;s } 

	
		
  
-------------------------------------------------------------------------------------------

servername configuration   server = 192.168.0.8;uid=...etc
is defferent from server = 192.168..\databaseschema;uid= .. etc


Correct me if i mistaken. thanks]]></description>
		<content:encoded><![CDATA[<p>Sorry for my last post i mistaken not  the references. if you try using web.config it you using asp.net project. Im also experience with same error when i try to connect my Sql server 2005 standard Edition.</p>
<p>step 1.<br />
try to check Sql server if you are using this configuration Servername:192.168..\databaseschema<br />
username:xxx<br />
password:xxx</p>
<p>step 2.<br />
{Server side sql server Standard Edition}</p>
<p>locate Sql server Configuration Manager<br />
- Protocols for mssqlserver<br />
  -TCP/IP    ,Enabled<br />
  -Name Pipes,  Disabled</p>
<p>Sql Native Client Configuration<br />
  -TCP/IP    , Enabled<br />
  -NamePipes, Enabled</p>
<p>step 3. Web.config  {webservice project}</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;&#8212;&#8212;&#8212;&#8212;-<br />
           {  Possible cause of error&#8217;s } </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;&#8212;&#8212;&#8212;&#8212;-</p>
<p>servername configuration   server = 192.168.0.8;uid=&#8230;etc<br />
is defferent from server = 192.168..\databaseschema;uid= .. etc</p>
<p>Correct me if i mistaken. thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sherwnk</title>
		<link>http://blog.sqlauthority.com/2009/05/21/sql-server-fix-error-provider-named-pipes-provider-error-40-could-not-open-a-connection-to-sql-server-microsoft-sql-server-error/#comment-245919</link>
		<dc:creator><![CDATA[Sherwnk]]></dc:creator>
		<pubDate>Tue, 31 Jan 2012 03:07:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4840#comment-245919</guid>
		<description><![CDATA[try to add System.Configuration reference in your class library project]]></description>
		<content:encoded><![CDATA[<p>try to add System.Configuration reference in your class library project</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: balu</title>
		<link>http://blog.sqlauthority.com/2009/05/21/sql-server-fix-error-provider-named-pipes-provider-error-40-could-not-open-a-connection-to-sql-server-microsoft-sql-server-error/#comment-243100</link>
		<dc:creator><![CDATA[balu]]></dc:creator>
		<pubDate>Tue, 24 Jan 2012 18:48:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4840#comment-243100</guid>
		<description><![CDATA[pls  give reply to this error


A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)]]></description>
		<content:encoded><![CDATA[<p>pls  give reply to this error</p>
<p>A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 &#8211; Could not open a connection to SQL Server)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Risto</title>
		<link>http://blog.sqlauthority.com/2009/05/21/sql-server-fix-error-provider-named-pipes-provider-error-40-could-not-open-a-connection-to-sql-server-microsoft-sql-server-error/#comment-240818</link>
		<dc:creator><![CDATA[Risto]]></dc:creator>
		<pubDate>Thu, 19 Jan 2012 15:17:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4840#comment-240818</guid>
		<description><![CDATA[hi
i have the same problem what you are discuss here when i used aspnet_regserv ,and tried many thing to get ride of it ,nothing helped me actually the error was a small mistake from me i used server name as user-pc
instead of user-pc/SQLEXPRESS
:)]]></description>
		<content:encoded><![CDATA[<p>hi<br />
i have the same problem what you are discuss here when i used aspnet_regserv ,and tried many thing to get ride of it ,nothing helped me actually the error was a small mistake from me i used server name as user-pc<br />
instead of user-pc/SQLEXPRESS<br />
:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bg2001</title>
		<link>http://blog.sqlauthority.com/2009/05/21/sql-server-fix-error-provider-named-pipes-provider-error-40-could-not-open-a-connection-to-sql-server-microsoft-sql-server-error/#comment-240300</link>
		<dc:creator><![CDATA[bg2001]]></dc:creator>
		<pubDate>Wed, 18 Jan 2012 16:38:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4840#comment-240300</guid>
		<description><![CDATA[I was getting neumerous errors after migrating to a new SQL cluster. after about a month of troublshooting, I decided to try to update my network card drivers on the new SQL cluster. this fixed all the SQL errors for me.]]></description>
		<content:encoded><![CDATA[<p>I was getting neumerous errors after migrating to a new SQL cluster. after about a month of troublshooting, I decided to try to update my network card drivers on the new SQL cluster. this fixed all the SQL errors for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vaishali</title>
		<link>http://blog.sqlauthority.com/2009/05/21/sql-server-fix-error-provider-named-pipes-provider-error-40-could-not-open-a-connection-to-sql-server-microsoft-sql-server-error/#comment-236692</link>
		<dc:creator><![CDATA[vaishali]]></dc:creator>
		<pubDate>Fri, 13 Jan 2012 16:56:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4840#comment-236692</guid>
		<description><![CDATA[hi 
i m using visual stdio 2010.
when i create new sql server database in vs2010 ,it asks for server name and
database name (new).it gives an error like &quot;Login failed for user &#039;server_name\User&#039;. (Microsoft SQL Server, Error: 18456)&quot;]]></description>
		<content:encoded><![CDATA[<p>hi<br />
i m using visual stdio 2010.<br />
when i create new sql server database in vs2010 ,it asks for server name and<br />
database name (new).it gives an error like &#8220;Login failed for user &#8216;server_name\User&#8217;. (Microsoft SQL Server, Error: 18456)&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pat</title>
		<link>http://blog.sqlauthority.com/2009/05/21/sql-server-fix-error-provider-named-pipes-provider-error-40-could-not-open-a-connection-to-sql-server-microsoft-sql-server-error/#comment-234775</link>
		<dc:creator><![CDATA[Pat]]></dc:creator>
		<pubDate>Tue, 10 Jan 2012 11:47:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4840#comment-234775</guid>
		<description><![CDATA[I have followed the steps demonstrated in this article but I have yet to find where the problem lays with my situation. 
Here is the error I am getting:


A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)

Perhaps it is addressed here but being a novice with this kind of stuff I haven&#039;t seen it.

Thank you if you can shine a light on this problem.]]></description>
		<content:encoded><![CDATA[<p>I have followed the steps demonstrated in this article but I have yet to find where the problem lays with my situation.<br />
Here is the error I am getting:</p>
<p>A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 26 &#8211; Error Locating Server/Instance Specified)</p>
<p>Perhaps it is addressed here but being a novice with this kind of stuff I haven&#8217;t seen it.</p>
<p>Thank you if you can shine a light on this problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikolajevo</title>
		<link>http://blog.sqlauthority.com/2009/05/21/sql-server-fix-error-provider-named-pipes-provider-error-40-could-not-open-a-connection-to-sql-server-microsoft-sql-server-error/#comment-231639</link>
		<dc:creator><![CDATA[Mikolajevo]]></dc:creator>
		<pubDate>Thu, 05 Jan 2012 04:47:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4840#comment-231639</guid>
		<description><![CDATA[thanks Vince! enabling inbound port 1433 and forcing sql server to listen to that port instead of dynamic solved it! thanks again.]]></description>
		<content:encoded><![CDATA[<p>thanks Vince! enabling inbound port 1433 and forcing sql server to listen to that port instead of dynamic solved it! thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: uday satardekar</title>
		<link>http://blog.sqlauthority.com/2009/05/21/sql-server-fix-error-provider-named-pipes-provider-error-40-could-not-open-a-connection-to-sql-server-microsoft-sql-server-error/#comment-230498</link>
		<dc:creator><![CDATA[uday satardekar]]></dc:creator>
		<pubDate>Tue, 03 Jan 2012 07:05:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4840#comment-230498</guid>
		<description><![CDATA[Hi Expert: 
I have install sql server 2005 on microsoft  server 2008.and also restored database. 

I have create alias with as &quot;expodb&quot;. And it working fine for me during login in sql server management studio.

when try to connect the database using server name or alias in c sharp connection string it gives me &quot;sql server error :40 &quot;.

but when i use .net data source configuration wizard for connection, it shows database  by  using both server or alias.

But that connection  string when i use in code it gives me above sql server  error 40 , native connection.....  .
  
when enter sqlcmd on command propmt it also gives me same kind of error.
please note that there is no LAN  driver on my system.
Please help me ,
Thanks in advance]]></description>
		<content:encoded><![CDATA[<p>Hi Expert:<br />
I have install sql server 2005 on microsoft  server 2008.and also restored database. </p>
<p>I have create alias with as &#8220;expodb&#8221;. And it working fine for me during login in sql server management studio.</p>
<p>when try to connect the database using server name or alias in c sharp connection string it gives me &#8220;sql server error :40 &#8220;.</p>
<p>but when i use .net data source configuration wizard for connection, it shows database  by  using both server or alias.</p>
<p>But that connection  string when i use in code it gives me above sql server  error 40 , native connection&#8230;..  .</p>
<p>when enter sqlcmd on command propmt it also gives me same kind of error.<br />
please note that there is no LAN  driver on my system.<br />
Please help me ,<br />
Thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Naresh Reddy</title>
		<link>http://blog.sqlauthority.com/2009/05/21/sql-server-fix-error-provider-named-pipes-provider-error-40-could-not-open-a-connection-to-sql-server-microsoft-sql-server-error/#comment-230074</link>
		<dc:creator><![CDATA[Naresh Reddy]]></dc:creator>
		<pubDate>Mon, 02 Jan 2012 14:14:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4840#comment-230074</guid>
		<description><![CDATA[Hi sir,
 Sir i have 50 flat files . I want create automatically tables in sql server  using SSIS  loop or  use any statement sir But i want at time to create the table and automatically inserting the data throughout each flat file .
 Finally i want to get massage 50 tables created and related columns and data also]]></description>
		<content:encoded><![CDATA[<p>Hi sir,<br />
 Sir i have 50 flat files . I want create automatically tables in sql server  using SSIS  loop or  use any statement sir But i want at time to create the table and automatically inserting the data throughout each flat file .<br />
 Finally i want to get massage 50 tables created and related columns and data also</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: IndraReddy</title>
		<link>http://blog.sqlauthority.com/2009/05/21/sql-server-fix-error-provider-named-pipes-provider-error-40-could-not-open-a-connection-to-sql-server-microsoft-sql-server-error/#comment-229804</link>
		<dc:creator><![CDATA[IndraReddy]]></dc:creator>
		<pubDate>Mon, 02 Jan 2012 02:29:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4840#comment-229804</guid>
		<description><![CDATA[Thanks All]]></description>
		<content:encoded><![CDATA[<p>Thanks All</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shlee</title>
		<link>http://blog.sqlauthority.com/2009/05/21/sql-server-fix-error-provider-named-pipes-provider-error-40-could-not-open-a-connection-to-sql-server-microsoft-sql-server-error/#comment-221771</link>
		<dc:creator><![CDATA[shlee]]></dc:creator>
		<pubDate>Tue, 20 Dec 2011 02:58:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4840#comment-221771</guid>
		<description><![CDATA[thanks. I was searching for the solution of error 10061 for hours. My mssql server was stopped and works fine after I initiated mssql server. I feel like so dumb now.
thanks.]]></description>
		<content:encoded><![CDATA[<p>thanks. I was searching for the solution of error 10061 for hours. My mssql server was stopped and works fine after I initiated mssql server. I feel like so dumb now.<br />
thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kirk</title>
		<link>http://blog.sqlauthority.com/2009/05/21/sql-server-fix-error-provider-named-pipes-provider-error-40-could-not-open-a-connection-to-sql-server-microsoft-sql-server-error/#comment-221528</link>
		<dc:creator><![CDATA[Kirk]]></dc:creator>
		<pubDate>Mon, 19 Dec 2011 18:29:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4840#comment-221528</guid>
		<description><![CDATA[Mr. Dave - Thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you!




your fix provided the tip to allow the sqlbrowser.exe thru the firewall.  i&#039;ve only been looking for this resolution for...um...a couple of weeks now.  Your Fix worked with 2008 R2 &amp; SQL 2012 RC0 - that I was trying to access via Office 2010 Access database front end.

Happy Holidays]]></description>
		<content:encoded><![CDATA[<p>Mr. Dave &#8211; Thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you!</p>
<p>your fix provided the tip to allow the sqlbrowser.exe thru the firewall.  i&#8217;ve only been looking for this resolution for&#8230;um&#8230;a couple of weeks now.  Your Fix worked with 2008 R2 &amp; SQL 2012 RC0 &#8211; that I was trying to access via Office 2010 Access database front end.</p>
<p>Happy Holidays</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dahim</title>
		<link>http://blog.sqlauthority.com/2009/05/21/sql-server-fix-error-provider-named-pipes-provider-error-40-could-not-open-a-connection-to-sql-server-microsoft-sql-server-error/#comment-221353</link>
		<dc:creator><![CDATA[Dahim]]></dc:creator>
		<pubDate>Mon, 19 Dec 2011 12:42:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4840#comment-221353</guid>
		<description><![CDATA[You can&#039;t imagine how do you help me at this moment, it&#039;s an extraordinary article, i thank you sooooooooo much, thaaaaaaaaaaaaaaaanx]]></description>
		<content:encoded><![CDATA[<p>You can&#8217;t imagine how do you help me at this moment, it&#8217;s an extraordinary article, i thank you sooooooooo much, thaaaaaaaaaaaaaaaanx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: liquidq8</title>
		<link>http://blog.sqlauthority.com/2009/05/21/sql-server-fix-error-provider-named-pipes-provider-error-40-could-not-open-a-connection-to-sql-server-microsoft-sql-server-error/#comment-215405</link>
		<dc:creator><![CDATA[liquidq8]]></dc:creator>
		<pubDate>Sun, 11 Dec 2011 13:43:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4840#comment-215405</guid>
		<description><![CDATA[This article is life saving

Thanks alot]]></description>
		<content:encoded><![CDATA[<p>This article is life saving</p>
<p>Thanks alot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Diana</title>
		<link>http://blog.sqlauthority.com/2009/05/21/sql-server-fix-error-provider-named-pipes-provider-error-40-could-not-open-a-connection-to-sql-server-microsoft-sql-server-error/#comment-212020</link>
		<dc:creator><![CDATA[Diana]]></dc:creator>
		<pubDate>Tue, 06 Dec 2011 11:21:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4840#comment-212020</guid>
		<description><![CDATA[THANKS]]></description>
		<content:encoded><![CDATA[<p>THANKS</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MikeDoobay</title>
		<link>http://blog.sqlauthority.com/2009/05/21/sql-server-fix-error-provider-named-pipes-provider-error-40-could-not-open-a-connection-to-sql-server-microsoft-sql-server-error/#comment-211250</link>
		<dc:creator><![CDATA[MikeDoobay]]></dc:creator>
		<pubDate>Mon, 05 Dec 2011 11:22:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4840#comment-211250</guid>
		<description><![CDATA[Hi,

The servers need to have Static IP. Because we tried to connect this server from the outside not in the same network.

Please advise.
Regards,
Mike]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>The servers need to have Static IP. Because we tried to connect this server from the outside not in the same network.</p>
<p>Please advise.<br />
Regards,<br />
Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://blog.sqlauthority.com/2009/05/21/sql-server-fix-error-provider-named-pipes-provider-error-40-could-not-open-a-connection-to-sql-server-microsoft-sql-server-error/#comment-208767</link>
		<dc:creator><![CDATA[Eric]]></dc:creator>
		<pubDate>Thu, 01 Dec 2011 17:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4840#comment-208767</guid>
		<description><![CDATA[I followed your steps, but still couldn&#039;t attach.  Found elsewhere to check the port number SQLExpress was using.  Turns out SQLExpress was using dynamic ports.  I forced it to use 1433, and (including all the above instructions), could finally connect.  Yeah!]]></description>
		<content:encoded><![CDATA[<p>I followed your steps, but still couldn&#8217;t attach.  Found elsewhere to check the port number SQLExpress was using.  Turns out SQLExpress was using dynamic ports.  I forced it to use 1433, and (including all the above instructions), could finally connect.  Yeah!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DCDeveloper</title>
		<link>http://blog.sqlauthority.com/2009/05/21/sql-server-fix-error-provider-named-pipes-provider-error-40-could-not-open-a-connection-to-sql-server-microsoft-sql-server-error/#comment-207281</link>
		<dc:creator><![CDATA[DCDeveloper]]></dc:creator>
		<pubDate>Tue, 29 Nov 2011 17:30:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4840#comment-207281</guid>
		<description><![CDATA[I&#039;m a programmer who&#039;s usually admin-challenged especially when it comes to networks, protocols, ports, and yet I really didn&#039;t have any trouble getting all my SQL servers set up and all accessible from a workstation-hosted copy of Management Studio.

Now, making sure they are using the strongest security best practices, that&#039;s a topic for another day...]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m a programmer who&#8217;s usually admin-challenged especially when it comes to networks, protocols, ports, and yet I really didn&#8217;t have any trouble getting all my SQL servers set up and all accessible from a workstation-hosted copy of Management Studio.</p>
<p>Now, making sure they are using the strongest security best practices, that&#8217;s a topic for another day&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank</title>
		<link>http://blog.sqlauthority.com/2009/05/21/sql-server-fix-error-provider-named-pipes-provider-error-40-could-not-open-a-connection-to-sql-server-microsoft-sql-server-error/#comment-201472</link>
		<dc:creator><![CDATA[Frank]]></dc:creator>
		<pubDate>Mon, 21 Nov 2011 17:09:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4840#comment-201472</guid>
		<description><![CDATA[Thanks for the help.  I got to the TCP/IP part and it was disabled.]]></description>
		<content:encoded><![CDATA[<p>Thanks for the help.  I got to the TCP/IP part and it was disabled.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Murtuza</title>
		<link>http://blog.sqlauthority.com/2009/05/21/sql-server-fix-error-provider-named-pipes-provider-error-40-could-not-open-a-connection-to-sql-server-microsoft-sql-server-error/#comment-200142</link>
		<dc:creator><![CDATA[Murtuza]]></dc:creator>
		<pubDate>Sun, 20 Nov 2011 13:54:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4840#comment-200142</guid>
		<description><![CDATA[Hello Mr. Dave
This is the first time i am sending a post to you. But I always follow your advices. your advices helped me lot when no one was near me to suggest.

today i faced a problem that when i want to connect to sql server 2008 on the windows server 2008 then in the udl file the server name is showing but when i connect through windows authentication or sql authentication then it is giving me an eror as sql server doesnot exist or access is denied.
but when i tried from other pcs i can connect to the database and my windows application is working fine.
all the pcs are in the same network and in the same domain also.
but why then the problem is only for this 1 pc only.
i checkd all the issues above which you suggested me but also the same problem. 
please guide me.]]></description>
		<content:encoded><![CDATA[<p>Hello Mr. Dave<br />
This is the first time i am sending a post to you. But I always follow your advices. your advices helped me lot when no one was near me to suggest.</p>
<p>today i faced a problem that when i want to connect to sql server 2008 on the windows server 2008 then in the udl file the server name is showing but when i connect through windows authentication or sql authentication then it is giving me an eror as sql server doesnot exist or access is denied.<br />
but when i tried from other pcs i can connect to the database and my windows application is working fine.<br />
all the pcs are in the same network and in the same domain also.<br />
but why then the problem is only for this 1 pc only.<br />
i checkd all the issues above which you suggested me but also the same problem.<br />
please guide me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sonit2011</title>
		<link>http://blog.sqlauthority.com/2009/05/21/sql-server-fix-error-provider-named-pipes-provider-error-40-could-not-open-a-connection-to-sql-server-microsoft-sql-server-error/#comment-198525</link>
		<dc:creator><![CDATA[sonit2011]]></dc:creator>
		<pubDate>Fri, 18 Nov 2011 12:01:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4840#comment-198525</guid>
		<description><![CDATA[thanks&#039; very much]]></description>
		<content:encoded><![CDATA[<p>thanks&#8217; very much</p>
]]></content:encoded>
	</item>
</channel>
</rss>

