Which TCP/IP port does SQL Server run on?
Answers were Sorted based on User's Feedback
Answer / guest
SQL Server runs on port 1433 but we can also change it for
better security.
Is This Answer Correct ? | 11 Yes | 1 No |
Can we create clustered index on non primary key column
20 Answers ABC, CTS,
What are the types of backup and tell me the difference between full and differential backup?
What is the difference between online clustering and Offline clustering?
What is the difference between WHERE AND IN? OR 1. SELECT * FROM EMPLOYEE WHERE EMPID=123 2. SELECT * FROM EMPLOYEE WHERE EMPID IN (123) WHAT IS THE DIFFERENCE?
how to find maximum identity number in a table ?
2 Answers JPMorgan Chase, Thomson Reuters, Wipro,
What is 5nf in normalization form?
What are the advantages of user defined function?
What is blocking and how would you troubleshoot it? : sql server database administration
What is the order by used for?
What is blocking?
What are the different types of backups that exist?
What is the difference between distinct clause and group by clause?