How to stop the SQL Server Browser service from the command prompt.
DBA or Developers should follow the next steps:
1. On the Start menu, click Run.
2. In the Run dialog box, type:
cmd
3. From the command prompt, type:
net stop sqlbrowser.
Related TutorialsHow to duplicate table with SQL Server Object Explorer
How to identify a SQL Server Express instance
How to add a derived table …