SQL浏览器不工作
让我解释一下我的情况。因此,我安装了 SQL Server 2008 的试用版。试用期结束后,我尝试恢复使用了 5 个月的 SQL Express 安装,没有出现任何问题。我卸载了Server 2008的功能并尝试安装SSMSE。我使用 SSMSE 更改密码。然后我收到错误 26 并进行故障排除。事实证明,该数据库的 SQLBrowser 服务没有显示。我尝试创建一个新数据库,但无法启动该数据库的 SQLBrowser。我可以在本地访问数据库并对其运行查询。我知道您需要为 SQL Express 启动 SQLBrowser,如果没有可以更改设置的服务或者在 SQLBrowser 上我无法启动它,我就无法执行此操作。那么 SQLBrowser 造成了什么问题以及如何修复?
Let me explain my situation. So I installed a trial of SQL Server 2008. The trial ran out and I tried to go back the SQL Express install I had been use for 5 months with out an issue. I uninstall the features of Server 2008 and try to install SSMSE. I use SSMSE to change a password. I then get error 26 and trouble shoot. It turns out that SQLBrowser service for this database does not show up. I try creating a new db and I can't start the SQLBrowser for that database. I can access the database locally and run queries on it. I know that you need to start SQLBrowser for SQL Express, I can't do this if there is no service to for the setting to change or on the SQLBrowser that is there I can't start it. So what did I due to SQLBrowser and how do I fix?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
默认情况下不启用 Express:
打开 SQL Server 外围应用配置。在“SQL Server 外围应用配置”页上,单击“服务和连接的外围配置”。然后单击“SQL Server 浏览器”,单击“自动”作为“启动类型”,然后单击“应用”。
现在,每次启动 Microsoft Windows 时,该服务都会自动启动。
Within express is not enabled by default:
Open the SQL Server Surface Area Configuration. On the SQL Server Surface Area Configuration page, click Surface Area Configuration for Services and Connections. then click SQL Server Browser, click Automatic for Startup type, and then click Apply.
Now the service starts automatically every time that you start Microsoft Windows.