How do I find the port number for sql server?



How do I find the port number for sql server?..

Answer / Ravindra Prasad

By default, SQL Server listens on port 1433. However, this can be changed during installation or configuration.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL Server Interview Questions

What are the different types of triggers in SQL SERVER?

1 Answers  


Define outer join in sql server joins?

1 Answers  


select empid empname from employee What is the result for the about query?

4 Answers  


What are the all different types of Joins in SQL Server 2000, Anybody can explain each join with definition..Thanks in advance....

9 Answers   DELL, i Tech, Infosys, Siemens, TCS,


difference between truncate, delete aur drop?

2 Answers  


What is update_statistics command?

1 Answers  


Their are two tables 'A' and'B'.Table 'A' contains 3 columns named 'eid','ename','dept'. Table 'B'contains 3 columns named'sid','designation','salary'. We have to retrieve the names of employees working in the same department,same designation and same salary. Its urgent can anyone help me out in this problem.

6 Answers   Tech Mahindra,


How do I create a trace in sql server?

0 Answers  


What do you understand by recursive stored procedure?

1 Answers  


Explain foreign key in sql server?

1 Answers  


What is the purpose of optimization?

1 Answers  


What are character string data types in ms sql server?

1 Answers  


Categories