SOLVED: What is the SQL Server Browser Service & Should It Be Running or Disabled?
The SQL Server Browser service allows users to easily connect to a SQL instance when there are multiple instances on the same computer. Without the SQL browser service you would need to assign port numbers to each instance to differentiate between them, which is a minor pain. So if like Read more…