Which tcp/ip port does sql server run on? How can it be changed?
Answer / Tushar Vishnoi
By default, SQL Server listens on TCP port 1433. You can change the port SQL Server uses by modifying the SQL Server Service configuration. Here's how to do it:
1. Open SQL Server Configuration Manager.
2. Right-click on your SQL Server instance in the left panel and select Properties.
3. Go to the TCP/IP Protocol tab.
4. In the IPAddress list, select the IP address that you want to modify.
5. In the TCP Dynamic Ports field, enter the new port number.
6. Click Apply and OK.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain log shipping?
What happens if we shrink log file in sql server?
Observed that some SP’s / Jobs are processing late, how to troubleshoot to improve performance?
Are semicolons required at the end of sql statements in sql server 2005?
how to delete duplicate rows from table
What are the new data types are introduced in sql 2000?
explain extended properties
What is difference between Datepart() and Datename() in SqlServer?
What is difference between line feed ( ) and carriage return ( )?
Does group by sort data?
Tell me what is the order in which the sql query is executed?
What is a rollup clause?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)