SQL Administrator Question:
Do you know what is SQL Server Browser?
Answer:
This service acts as a listener for the incoming requests for Microsoft SQL Server resources. It provides information about the list of installed SQL Server instances on the computer to the client computers/applications. It helps in browsing the list of servers, locating and connecting to the correct server.
This listener service responds to client requests with the names of the installed instances, and the ports or named pipes used by the instance.
This listener service responds to client requests with the names of the installed instances, and the ports or named pipes used by the instance.
Previous Question | Next Question |
Please explain what is a Database Management System? | Tell us what is the difference between Clustered and Non-Clustered Index? |