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, 1817🔥, 0💬
Popular Posts:
How Fixed Length Strings Are Truncated and Padded in SQL Server Transact-SQL? When the length of the...
What Is the Difference Between GETDATE() and GETUTCDATE() in SQL Server Transact-SQL? The difference...
What Happens If the Imported Table Already Exists in Oracle? If the import process tries to import a...
How To Create a Table Index in Oracle? If you have a table with a lots of rows, and you know that on...
How To Use GO Command in "sqlcmd" in SQL Server? "sqlcmd" is a command line client application to ru...