2012-04-02 89 views
0

当我尝试连接的SQL Server它给错误,如无法连接SQL Server以数据库进行网络相关的错误

A network-related or instance-specific error occured while establishing a connection to sql sever.The server was not found or was not accessible.verify that the instance name is correct and that Sql Server is configured o allow remote connections.(provider:Shared Memory Provider,error:40-Could not open a connection to Sql Server( (Microsoft Sql Server ,Error:2).

最后一天,它做工精细,但第二天我得到了错误这样。

另外在SQL Server配置管理器中,SQL Server服务停止。当我尝试启动它时会出现如下错误:

The request failed or the service did not respond in a timely fashion.Consult the event log or other applicable error logs for details.

那么错误是什么?

+0

有一些错误试图启动SQL Server实例时发生。检查事件查看器(eventvwr)并查看启动时的具体错误。 – 2012-04-02 05:40:45

回答

相关问题