【发布时间】:2016-09-08 23:42:21
【问题描述】:
我的 SQL Server 对象资源管理器没有显示任何数据库:
我也收到错误A network-related or instance-specific error occurred while establishing a connection to SQL Server. ...。当我运行网站时,显示的错误是The system cannot find the file specified。此外,Services 中缺少SQL Server:
(与 Visual Studio 一起安装,从未单独使用)
昨天,一切都像魅力一样运作;我有多个带有表的数据库,并且能够访问数据。今天,同一个项目甚至无法启动,也没有db。这里的 Visual Studio 有什么问题?谢谢
【问题讨论】:
-
检查您的 SQL 服务器是否正在运行。输入 cmd
services.msc并查看SQL Server是否设置为自动。 -
@Milan 我在列表中没有它,我在
All Programs中也没有它。是否有启动/重启SQL Server的命令?
标签: asp.net visual-studio visual-studio-2015