This is a discussion on SQL instances ports within the SQL Server forums, part of the Microsoft SQL Server category; --> Hello, How to determine, which ports do MS SQL Server instances listen to? I want to conect to sql ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hello, How to determine, which ports do MS SQL Server instances listen to? I want to conect to sql server using PHP and I need to know exact port number. I suspect that my SQL (msde) server instances don't listen on default 1433 :] -- Stefan |
| ||||
| stefanPL (stefanet@poczta.onet.pl) writes: > How to determine, which ports do MS SQL Server instances listen to? The SQL Server error log, which is in (assuming default installation) C:\Program Files\Microsoft SQL Server\MSSQL\Logs\Errorlog (.1 to .6 are older logs) gives you this information. Look at the beginning. -- Erland Sommarskog, SQL Server MVP, esquel@sommarskog.se Books Online for SQL Server SP3 at http://www.microsoft.com/sql/techinf...2000/books.asp |