SQL Server 2014 Express 不工作
SQL Server 2014 Express not working
我是数据库新手。试图在 Visual Studio 2010 在 Windows 8 中添加新项目,即 "SQL Server Database" 并出现以下错误
A network-related or instance-specific error occurred while
establishing a connection to SQL Server. The server was not found or
was not accessible. Verify that the instance name is correct and that
SQL Server is configured to allow remote connections. (provider: SQL
Network Interfaces, error: 26 - Error Locating Server/Instance
Specified)
然后我安装了 SQL Server 2014 Express...我仍然遇到同样的错误
我试图从 SQL 服务器配置管理器启动 SQL 服务器 (SQLEXPRESS
) 然后我得到这个错误:
"The request failed or the service did not respond in timely fashion.
Consult the event log or other appropriate error logs for details"
我对使用SQL服务器很陌生,请提供逐步的解决方案。
提前致谢
请在控制面板 > 管理工具 > 服务中检查 mssql 服务器状态,并尝试从那里启动它
我是数据库新手。试图在 Visual Studio 2010 在 Windows 8 中添加新项目,即 "SQL Server Database" 并出现以下错误
A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)
然后我安装了 SQL Server 2014 Express...我仍然遇到同样的错误
我试图从 SQL 服务器配置管理器启动 SQL 服务器 (SQLEXPRESS
) 然后我得到这个错误:
"The request failed or the service did not respond in timely fashion. Consult the event log or other appropriate error logs for details"
我对使用SQL服务器很陌生,请提供逐步的解决方案。
提前致谢
请在控制面板 > 管理工具 > 服务中检查 mssql 服务器状态,并尝试从那里启动它