How to change the status of SQL server Browser to start?

Preface

In the process of remote connection to the database, the status of SQL server browser needs to be changed to start.

(In the case of the same local area network, this step is not required, just change the server name to the IP address of the database host you want to connect to.)

What is SQL server Browser?

The SQL Server Browser service (sqlbrowser) provides an instance name and version number for each instance of the database engine and SSAS.

The SQL Server browser is installed with SQL Server and provides this service for earlier versions of SQL Server (starting with SQL Server 7.0) running on that computer.

Simply put, if there are multiple SQL Server instances on a physical server, in order to ensure that the client can access the correct instance. 

For more information, please click: https://www.cnblogs.com/chenxizhang/archive/2009/06/30/1514202.html

step

1. Right click on this computer → Manage

2. Services and applications → services

3. Find SQL Server Browser on the right

4. Right-click to open the SQL Server Browser properties → change the startup type to automatic or manual

5. You can see that the configuration manager startup mode has been changed.

Guess you like

Origin blog.csdn.net/weixin_44690047/article/details/114445242