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, 2376🔥, 0💬
Popular Posts:
How To Verify a User name with SQLCMD Tool in SQL Server? The quickest way to verify a user name in ...
How To Present a Past Time in Hours, Minutes and Seconds in MySQL? If you want show an article was p...
What Happens If the UPDATE Subquery Returns Multiple Rows in SQL Server? If a subquery is used in a ...
How To Convert a Unicode Strings to Non-Unicode Strings in SQL Server Transact-SQL? Since Unicode ch...
How To Get Year, Month and Day Out of DATETIME Values in SQL Server Transact-SQL? You can use DATEPA...