Eu instalei o SQL Server 2008 em um PC com xxx.xxx.x.200. Quando conectei-me ao servidor de outra máquina (digamos xxx.xxx.x.81) usando o SQL Server Management Studio, recebi o seguinte erro.
TITLE: Microsoft SQL Server Management Studio ------------------------------ Failed to retrieve data for this request. (Microsoft.SqlServer.Management.Sdk.Sfc) For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&LinkId=20476 ------------------------------ ADDITIONAL INFORMATION: An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.ConnectionInfo)
Database 28 cannot be autostarted during server shutdown or startup. (Microsoft SQL Server, Error: 904)
For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=09.00.3042&EvtSrc=MSSQLServer&EvtID=904&LinkId=20476
Para saber mais, eu tentei o mesmo com outra máquina cliente (digamos xxx.xxx.x.92), ele funciona bem. Por que se comporta assim.
Tags sql-server-2008