127

I can't start the SQL Server browser from SQL Service Configuration Manager 2008 version. There are absolutely no options to start the service. It's disabled as image shown below. How should I start the service again?

window

DineshDB
  • 5,998
  • 7
  • 33
  • 49
Nipun Alahakoon
  • 2,772
  • 5
  • 27
  • 45

8 Answers8

205

If it is disabled, go to Control Panel->Administrative Tools->Services, and look for the SQL Server Agent. Right-click, and select Properties From the Startup Type dropdown, change from Disabled to Automatic.

Lahiru Mirihagoda
  • 1,113
  • 1
  • 16
  • 30
user3571376
  • 2,067
  • 1
  • 11
  • 3
22

Make sure that you run the SQL Server Configuration Manager snap-in as Administrator if UAC is enabled. Then right click the service and then click properties, change the start mode to enabled, then start it.

steoleary
  • 8,968
  • 2
  • 33
  • 47
22

My approach was similar to @SoftwareFactor, but different, perhaps because I'm running a different OS, Windows Server 2012. These steps worked for me.

Control Panel > System and Security > Administrative Tools > Services, right-click SQL Server Browser > Properties > General tab, change Startup type to Automatic, click Apply button, then click Start button in Service Status area.

Timeless
  • 7,338
  • 9
  • 60
  • 94
EJ Mak
  • 799
  • 1
  • 8
  • 29
17

Clicking Properties, going to the Service tab and setting Start Mode to Automatic fixed the problem for me. Now the Start item in the context menu is active again.

Tony Hinkle
  • 4,706
  • 7
  • 23
  • 35
SoftwareFactor
  • 8,430
  • 3
  • 30
  • 34
  • 3
    I get an error `The service cannot be started, either because it is disabled or because it has no enabled devices associated with it. [0x80070422]` – Zach Smith May 18 '17 at 18:46
13

go to Services, find SQL Server Browser, right click --> Properties --> General tab --> Startup Type --> select automatic . Then go back to configuration management, start it.

Jailene Huang
  • 173
  • 1
  • 6
2

run > regedit > HKEY_LOCAL_MACHINE > SOFTWARE > WOW6432Node > Microsoft > Microsoft SQL Server > 90 > SQL Browser > SsrpListener=0

clairestreb
  • 1,243
  • 12
  • 24
ehsan
  • 21
  • 1
2

I'm trying to setup rf online game to be played offline using MS SQL server 2019 and ended up with the same problem. The SQL Browser service won't start. Almost all answers in this post have been tried but the outcome is disappointing. I've got a weird idea to try start the SQL browser service manually and then change it to automatic after it runs. Luckily it works. So, just simply right click on SQL Server Browser ==> Properties ==>Service==>Start Mode==>Manual. After apply the changes right click on the SQL Server Browser again and start the service. After the service run change the start mode to automatic. Make sure the information provided on log on as: are correct.

Willy satrio nugroho
  • 908
  • 1
  • 16
  • 27
1

right click on SQL Server browser and properties, then Connection tab and chose open session with system account and not this account. then apply and chose automatic and finally run the server.

Timeless
  • 7,338
  • 9
  • 60
  • 94