Collections:
Starting SQL Server Browser Service
How To Start SQL Server Browser Service?
✍: Guest
SQL Server Browser Service is installed as part of the SQL Server. But it is turned off by default to reduce the security risk. If you want start SQL Server Browser Service to allow the SQL Server to accept network connections, you need to follow the steps below:
1. Go to Control Panel > Administrative Tools.
2. Double click on "Services". The Services window shows up.
3. Double click on "SQL Server Browser". The properties dialog box shows up.
4. Change the "Startup Type" from Disabled to Automatic. Then click the Start button.
The "SQL Server Browser" service should be running now.
⇒ Enabling TCP/IP Protocol on a SQL Server
⇐ Requirements on SQL Server Network Connections
2024-07-25, 1825🔥, 0💬
Popular Posts:
How To Install PHP on Windows in MySQL? The best way to download and install PHP on Windows systems ...
How To Calculate Age in Days, Hours and Minutes in SQL Server Transact-SQL? On many Web sites, news ...
How to execute statements under given conditions in SQL Server Transact-SQL? How to use IF ... ELSE ...
Where to find answers to frequently asked questions on Downloading and Installing SQL Server 2005 Ex...
How To Format Time Zone in +/-hh:mm Format in SQL Server Transact-SQL? From the previous tutorial, y...