<?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: Enable Remote Connection on SQL Server 2008 Express</title>
	<atom:link href="http://www.linglom.com/2009/03/28/enable-remote-connection-on-sql-server-2008-express/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.linglom.com/2009/03/28/enable-remote-connection-on-sql-server-2008-express/</link>
	<description>Just another IT weblog</description>
	<lastBuildDate>Fri, 12 Mar 2010 18:21:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: terirog</title>
		<link>http://www.linglom.com/2009/03/28/enable-remote-connection-on-sql-server-2008-express/comment-page-2/#comment-6092</link>
		<dc:creator>terirog</dc:creator>
		<pubDate>Thu, 25 Feb 2010 22:53:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.linglom.com/?p=665#comment-6092</guid>
		<description>Thanks! Clear and very helpful.</description>
		<content:encoded><![CDATA[<p>Thanks! Clear and very helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PBC</title>
		<link>http://www.linglom.com/2009/03/28/enable-remote-connection-on-sql-server-2008-express/comment-page-2/#comment-6084</link>
		<dc:creator>PBC</dc:creator>
		<pubDate>Wed, 24 Feb 2010 19:29:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.linglom.com/?p=665#comment-6084</guid>
		<description>Very good explanation. I am still in need of help. At Step 4, the following error message appears:

“The service cannot be started, either because it is disabled or because it has no enabled devices associated with it.”

Any advice?

Thanks ...</description>
		<content:encoded><![CDATA[<p>Very good explanation. I am still in need of help. At Step 4, the following error message appears:</p>
<p>“The service cannot be started, either because it is disabled or because it has no enabled devices associated with it.”</p>
<p>Any advice?</p>
<p>Thanks &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sinbad1</title>
		<link>http://www.linglom.com/2009/03/28/enable-remote-connection-on-sql-server-2008-express/comment-page-2/#comment-6071</link>
		<dc:creator>Sinbad1</dc:creator>
		<pubDate>Tue, 23 Feb 2010 03:40:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.linglom.com/?p=665#comment-6071</guid>
		<description>I can&#039;t thank you enough !
Excellent walkthrough .</description>
		<content:encoded><![CDATA[<p>I can&#8217;t thank you enough !<br />
Excellent walkthrough .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JVillamil</title>
		<link>http://www.linglom.com/2009/03/28/enable-remote-connection-on-sql-server-2008-express/comment-page-2/#comment-6043</link>
		<dc:creator>JVillamil</dc:creator>
		<pubDate>Thu, 18 Feb 2010 18:41:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.linglom.com/?p=665#comment-6043</guid>
		<description>mhmhmh, you should configurate the IIS to run the ReportServer to the port 80</description>
		<content:encoded><![CDATA[<p>mhmhmh, you should configurate the IIS to run the ReportServer to the port 80</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dilip</title>
		<link>http://www.linglom.com/2009/03/28/enable-remote-connection-on-sql-server-2008-express/comment-page-2/#comment-6040</link>
		<dc:creator>dilip</dc:creator>
		<pubDate>Thu, 18 Feb 2010 08:12:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.linglom.com/?p=665#comment-6040</guid>
		<description>http://localhost:8080/reportserver but i want to use only http://localhost/reportserver but it not connect because port number require but how can connect without port number.</description>
		<content:encoded><![CDATA[<p><a href="http://localhost:8080/reportserver" rel="nofollow">http://localhost:8080/reportserver</a> but i want to use only <a href="http://localhost/reportserver" rel="nofollow">http://localhost/reportserver</a> but it not connect because port number require but how can connect without port number.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: linglom</title>
		<link>http://www.linglom.com/2009/03/28/enable-remote-connection-on-sql-server-2008-express/comment-page-2/#comment-5859</link>
		<dc:creator>linglom</dc:creator>
		<pubDate>Thu, 11 Feb 2010 03:34:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.linglom.com/?p=665#comment-5859</guid>
		<description>Hi, Gautam 
Could you share what registry that you changed? 

About your problem (error code 18456), you should look into the SQL Server&#039;s log which is located in Program Files\Microsoft SQL Server\MSSQL.&lt;i&gt;n&lt;/i&gt;\MSSQL\LOG\ERRORLOG and ERRORLOG.&lt;i&gt;n&lt;/i&gt; files. You will see more details on the error message. The example error message should looks similar to this:

&lt;code&gt;2006-02-27 00:02:00.34 Logon     Error: 18456, Severity: 14, &lt;strong&gt;State: 8&lt;/strong&gt;&lt;/code&gt;

You see that there is state number which tell the detail of the error message. Here are some common error states and their descriptions:
2, 5 -&gt; Invalid userid
6 -&gt; Attempt to use a Windows login name with SQL Authentication
7 -&gt; Login disabled and password mismatch
8 -&gt; Password mismatch
9 -&gt; Invalid password
11,12 -&gt; Valid login but server access failure
13 -&gt; SQL Server service paused
18 -&gt; Change password required

Reference: &lt;a href=&quot;http://blogs.msdn.com/sql_protocols/archive/2006/02/21/536201.aspx&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;Understanding &quot;login failed&quot; (Error 18456) error messages in SQL Server 2005&lt;/a&gt;

&lt;hr /&gt;

Hi, Daniel
Check your SQL Server&#039;s name to see if it is correctly. This wizard always generates the server name as [MachineName]. But if you are using SQL Server express, it should be [MachineName]\SQLEXPRESS.</description>
		<content:encoded><![CDATA[<p>Hi, Gautam<br />
Could you share what registry that you changed? </p>
<p>About your problem (error code 18456), you should look into the SQL Server&#8217;s log which is located in Program Files\Microsoft SQL Server\MSSQL.<i>n</i>\MSSQL\LOG\ERRORLOG and ERRORLOG.<i>n</i> files. You will see more details on the error message. The example error message should looks similar to this:</p>
<p><code>2006-02-27 00:02:00.34 Logon     Error: 18456, Severity: 14, <strong>State: 8</strong></code></p>
<p>You see that there is state number which tell the detail of the error message. Here are some common error states and their descriptions:<br />
2, 5 -> Invalid userid<br />
6 -> Attempt to use a Windows login name with SQL Authentication<br />
7 -> Login disabled and password mismatch<br />
8 -> Password mismatch<br />
9 -> Invalid password<br />
11,12 -> Valid login but server access failure<br />
13 -> SQL Server service paused<br />
18 -> Change password required</p>
<p>Reference: <a href="http://blogs.msdn.com/sql_protocols/archive/2006/02/21/536201.aspx" target="_blank" rel="nofollow">Understanding &#8220;login failed&#8221; (Error 18456) error messages in SQL Server 2005</a></p>
<hr />
<p>Hi, Daniel<br />
Check your SQL Server&#8217;s name to see if it is correctly. This wizard always generates the server name as [MachineName]. But if you are using SQL Server express, it should be [MachineName]\SQLEXPRESS.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gautam</title>
		<link>http://www.linglom.com/2009/03/28/enable-remote-connection-on-sql-server-2008-express/comment-page-2/#comment-5723</link>
		<dc:creator>Gautam</dc:creator>
		<pubDate>Mon, 08 Feb 2010 16:09:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.linglom.com/?p=665#comment-5723</guid>
		<description>Hi Mr. JVillamil &amp; all, The connection error of sql server authentication is solved by making a change in the registry.By default the windows server 2008 R2 having registry setting for the windows authentication by changing the value of registry key I could solve the problem.</description>
		<content:encoded><![CDATA[<p>Hi Mr. JVillamil &amp; all, The connection error of sql server authentication is solved by making a change in the registry.By default the windows server 2008 R2 having registry setting for the windows authentication by changing the value of registry key I could solve the problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Discount Code</title>
		<link>http://www.linglom.com/2009/03/28/enable-remote-connection-on-sql-server-2008-express/comment-page-2/#comment-5722</link>
		<dc:creator>Discount Code</dc:creator>
		<pubDate>Mon, 08 Feb 2010 15:47:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.linglom.com/?p=665#comment-5722</guid>
		<description>Thanks a lot.. It was exactly what I was looking for. Much appreciated..</description>
		<content:encoded><![CDATA[<p>Thanks a lot.. It was exactly what I was looking for. Much appreciated..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JVillamil</title>
		<link>http://www.linglom.com/2009/03/28/enable-remote-connection-on-sql-server-2008-express/comment-page-2/#comment-5715</link>
		<dc:creator>JVillamil</dc:creator>
		<pubDate>Mon, 08 Feb 2010 06:51:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.linglom.com/?p=665#comment-5715</guid>
		<description>Daniel: why no connect by TCP / IP ???</description>
		<content:encoded><![CDATA[<p>Daniel: why no connect by TCP / IP ???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://www.linglom.com/2009/03/28/enable-remote-connection-on-sql-server-2008-express/comment-page-2/#comment-5705</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Sun, 07 Feb 2010 13:34:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.linglom.com/?p=665#comment-5705</guid>
		<description>This was really helpful but unfortunately I still can&#039;t get a connection. I&#039;m trying to use the &quot;ASP.net SQL Server Setup Wizard&quot;. Every time I try to get a list of the databases in SQL Server I get the remote connections error:

&quot;Failed to query a list of database names from the SQL server.  A network-related or instance-specific error occurred while  establishing a connection to SQL Server. The server was not  found or was not accessible. Verifty 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)&quot;.</description>
		<content:encoded><![CDATA[<p>This was really helpful but unfortunately I still can&#8217;t get a connection. I&#8217;m trying to use the &#8220;ASP.net SQL Server Setup Wizard&#8221;. Every time I try to get a list of the databases in SQL Server I get the remote connections error:</p>
<p>&#8220;Failed to query a list of database names from the SQL server.  A network-related or instance-specific error occurred while  establishing a connection to SQL Server. The server was not  found or was not accessible. Verifty 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)&#8221;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.854 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-03-13 23:20:33 -->
