<?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: Connecting to a SQL Server 2005 database through LAN</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/connecting-to-a-sql-server-database-through-lan/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/connecting-to-a-sql-server-database-through-lan/</link>
	<description></description>
	<lastBuildDate>Wed, 19 Jun 2013 19:19:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: providence</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/connecting-to-a-sql-server-database-through-lan/#comment-64443</link>
		<dc:creator>providence</dc:creator>
		<pubDate>Mon, 15 Jun 2009 12:05:02 +0000</pubDate>
		<guid isPermaLink="false">#comment-64443</guid>
		<description><![CDATA[I figured out my problem.

I&#039;m ashamed to admit that the solution was rather simple, but I think my Google search keywords were bad

I hadnt set the server to allow remote connections : /

This can be done by running surface area configuration (Start » Programs » Microsoft SQL Server 2005 » Configuration Tools) and going to configuration for services and connections, and then under remote connections selecting local and remote connections.

Could have sworn I had this enabled but what ever]]></description>
		<content:encoded><![CDATA[<p>I figured out my problem.</p>
<p>I&#8217;m ashamed to admit that the solution was rather simple, but I think my Google search keywords were bad</p>
<p>I hadnt set the server to allow remote connections : /</p>
<p>This can be done by running surface area configuration (Start » Programs » Microsoft SQL Server 2005 » Configuration Tools) and going to configuration for services and connections, and then under remote connections selecting local and remote connections.</p>
<p>Could have sworn I had this enabled but what ever</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Troy Tate</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/connecting-to-a-sql-server-database-through-lan/#comment-64442</link>
		<dc:creator>Troy Tate</dc:creator>
		<pubDate>Mon, 15 Jun 2009 11:47:28 +0000</pubDate>
		<guid isPermaLink="false">#comment-64442</guid>
		<description><![CDATA[Be sure the SQL service is running on the server. You can also check at a cmd prompt to see if the server is listening on port 1433. Type netstat -a &#124; find &quot;LISTENING&quot; . This will return a list of all of the listening ports on the server. If port 1433 (standard SQL port) is not shown then either the service is listening on another port or the service is not running.]]></description>
		<content:encoded><![CDATA[<p>Be sure the SQL service is running on the server. You can also check at a cmd prompt to see if the server is listening on port 1433. Type netstat -a | find &#8220;LISTENING&#8221; . This will return a list of all of the listening ports on the server. If port 1433 (standard SQL port) is not shown then either the service is listening on another port or the service is not running.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/10 queries in 0.045 seconds using memcached
Object Caching 281/287 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-06-19 23:08:32 -->