Google Analytics İzleme

16 Ağustos 2013

Sql Server - Sql Server Instance'ının yayın yaptığı TCP portunu öğrenme



Identify Port used by SQL Server Database Engine Using SQL Server Configuration Manager
1. Click Start -> Programs -> Microsoft SQL Server 2008 -> Configuration Tools -> SQL Server Configuration Manager
2. In SQL Server Configuration Manager, expand SQL Server Network Configuration and then select Protocols for <instance name> on the left panel. To identify the TCP/IP Port used by the SQL Server Instance, right click onTCP/IP and select Properties from the drop down as shown below.
sql server configuration manager port number
3. In TCP/IP Properties window click on the IP Addresses tab and you will see the Port used by the instance of SQL Server in either TCP Dynamic Ports for a dymanic port or TCP Port for a static port as highlighted in the snippet below.
sql configuration manager port number

Alıntıdır.

Kaynaklar:
http://www.mssqltips.com/sqlservertip/2495/identify-sql-server-tcp-ip-port-being-used/
http://www.sqlservercentral.com/blogs/sqlandme/2013/05/01/sql-server-finding-tcp-port-number-sql-instance-is-listening-on/
http://blogs.msdn.com/b/arvindsh/archive/2012/09/08/how-to-assign-a-static-port-to-a-sql-server-named-instance-and-avoid-a-common-pitfall.aspx
http://decipherinfosys.wordpress.com/2008/01/02/finding-the-port-number-for-a-particular-sql-server-instance/
http://resources.visual-paradigm.com/index.php/tips-support/95-sql-connection-problem.html

1 yorum:

Doğaç dedi ki...

Teşekkürler :)