<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Edwin M Sarmiento&gt;Modifying SQL Server 2005 Port Numbers &#8211; Edwin M Sarmiento</title>
	<atom:link href="https://www.edwinmsarmiento.com/modifying-sql-server-2005-port-numbers/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.edwinmsarmiento.com</link>
	<description>Intentional Excellence</description>
	<lastBuildDate>Mon, 13 Apr 2026 21:00:49 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
<site xmlns="com-wordpress:feed-additions:1">84283043</site>		<item>
		<title>&gt;Modifying SQL Server 2005 Port Numbers</title>
		<link>https://www.edwinmsarmiento.com/modifying-sql-server-2005-port-numbers/</link>
		<comments>https://www.edwinmsarmiento.com/modifying-sql-server-2005-port-numbers/#respond</comments>
		<pubDate>Sat, 23 Feb 2008 17:49:00 +0000</pubDate>
		<dc:creator>Edwin M Sarmiento</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://bassplayerdoc.wordpress.com/2008/02/23/modifying-sql-server-2005-port-numbers</guid>

				<description><![CDATA[&#62;And so the tests continues&#8230;One of the things that I need to test during the upgrade was database connectivity. We know the standard osql, sqlcmd, isql and Query Analyzer tests from a remote client where you supply either a Windows or SQL Server account to login to the database server. Once connected, we are practically [&#8230;]]]></description>
					<content:encoded><![CDATA[<p>&gt;<span style="font-family:arial;">And so the tests continues&#8230;One of the things that I need to test during the upgrade was database connectivity. We know the standard osql, sqlcmd, isql and Query Analyzer tests from a remote client where you supply either a Windows or SQL Server account to login to the database server. Once connected, we are practically sure that database connectivity works fine. But that doesn&#8217;t stop there. We need to make sure that other applications can connect to the database server as well. This is where the importance of SQL Server port numbers come into the picture. We usually recommend to change the default port numbers 1433 and 1434 for security reasons as anybody who knows SQL Server has a high probability of knowing this port. How do we change the port number that SQL Server uses. Open <strong><span style="font-size:85%;">SQL Server Configuration Manger</span></strong> -&gt; <strong><span style="font-size:85%;">SQL Server 2005 Network Configuration</span></strong> -&gt; <strong><span style="font-size:85%;">Protocols for InstanceName.</span></strong> Open the <span style="font-size:85%;"><strong>TCP/IP </strong></span><span style="font-size:100%;">protocol properties either by right-clicking and selecting <strong><span style="font-size:85%;">Properties</span></strong> or double-clicking. Go into the <strong><span style="font-size:85%;">IP Addresses</span></strong> tab of the <strong><span style="font-size:85%;">TCP/IP Properties</span></strong> window, scroll all the way to the bottom to the <strong><span style="font-size:85%;">IPAll</span></strong> section, change <strong><span style="font-size:85%;">TCP Dynamic Ports</span></strong> to be blank and put any value, say <strong><span style="font-size:85%;">1234</span></strong>, or whatever your chosen SQL Server port number is, in to the <strong><span style="font-size:85%;">TCP Port</span></strong> box (I just used <strong><span style="font-size:85%;">1433</span></strong> for ease of explanation). Make sure you restart your SQL Server service for the changes to take effect.</span></span></p>
<p><img decoding="async" alt="" src="http://bp2.blogger.com/_gUXglSRIBgM/R8Bi7h6KO6I/AAAAAAAAACA/9O5vPnnHHvU/s320/TCP_Properties.jpg" border="0" /></p>
<p><span style="font-family:arial;">NOTE: If the value of <strong><span style="font-size:85%;">Listen All</span></strong> on the <strong><span style="font-size:85%;">Protocol</span></strong> tab is <strong><span style="font-size:85%;">yes</span></strong>, the <strong><span style="font-size:85%;">TCP/IP</span></strong> port number for this instance of SQL Server 2005 is the value of the <strong><span style="font-size:85%;">TCP Dynamic Ports</span></strong> item under <strong><span style="font-size:85%;">IPAll</span></strong>. If the value of <strong><span style="font-size:85%;">Listen All</span></strong> is <strong><span style="font-size:85%;">no</span></strong>, the <strong><span style="font-size:85%;">TCP/IP</span></strong> port number for this instance of SQL Server 2005 is the value of the <strong><span style="font-size:85%;">TCP Dynamic Ports</span></strong> item for a specific IP address. </span></p>
<div class="blogger-post-footer"><img width='1' height='1' src='' alt='' /></div>
]]></content:encoded>
			

		<wfw:commentRss>https://www.edwinmsarmiento.com/modifying-sql-server-2005-port-numbers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
				<post-id xmlns="com-wordpress:feed-additions:1">76</post-id>	</item>
	</channel>
</rss>