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, 2713🔥, 0💬
Popular Posts:
What Happens to an Arithmetic Operation with Two Different Data Types in SQL Server Transact-SQL? Wh...
What are single-byte character string data types supported in SQL Server Transact-SQL? Single-byte c...
What Privilege Is Needed for a User to Delete Rows from Tables in Another Schema in Oracle? For a us...
How to calculate the storage size of a JSON (JavaScript Object Notation) value using the JSON_STORAG...
What Is Program Global Area (PGA) in Oracle? A Program Global Area (PGA) is a memory buffer that is ...