我无法启动 SQL Server 浏览器

2021-11-26 00:00:00 64-bit sql-server-2008 sql-server

我无法从 SQL Service Configuration Manager 2008 版本启动 SQL Server 浏览器.绝对没有启动服务的选项.它被禁用,如下图所示.我应该如何重新启动服务?

I can't start the SQL Server browser from SQL Service Configuration Manager 2008 version. There are absolutely no options to start the service. It's disabled as image shown below. How should I start the service again?

推荐答案

如果禁用,进入控制面板->管理工具->服务,寻找SQL Server代理.右键单击并选择属性 从启动类型下拉菜单中,将禁用更改为自动.

If it is disabled, go to Control Panel->Administrative Tools->Services, and look for the SQL Server Agent. Right-click, and select Properties From the Startup Type dropdown, change from Disabled to Automatic.

相关文章