Error al querer conectar una base de datos

21/07/2006 - 09:54 por Carlos A. | Informe spam
Hola grupo
Tenía una base de datos hecha en SQL Server Express Edition.
Ahora he instalado la version SQL Enterprise en un servidor 2003.
Cuando intento llamar a la conexión de la base de datos me da el siguiente
problema:

Un error ha ocurrido al establecer la conexión con el servidor.
When connecting to SQL Server 2005, this fauilure may be cuased by the fact
that under the default settings SQL Server does not allow remote connections
(provider: SQL Network Interfaces, error: 26 - Error Locating Server/Intence
Specified).

Muchas gracias por su ayuda.
C.
 

Leer las respuestas

#1 Alvaro Mosquera
21/07/2006 - 10:23 | Informe spam
Hola
Por el error que te da, parece que estás accediento remotamenta al sql y
este no admite conexiones remotas.

Para solucionarlo chequea en
Configuration Tools
Sql Server 2005 Surface Area Configuration
Database Engine
Remote Connection

y marca local y remote.


"Carlos A." escribió:

Hola grupo
Tenía una base de datos hecha en SQL Server Express Edition.
Ahora he instalado la version SQL Enterprise en un servidor 2003.
Cuando intento llamar a la conexión de la base de datos me da el siguiente
problema:

Un error ha ocurrido al establecer la conexión con el servidor.
When connecting to SQL Server 2005, this fauilure may be cuased by the fact
that under the default settings SQL Server does not allow remote connections
(provider: SQL Network Interfaces, error: 26 - Error Locating Server/Intence
Specified).

Muchas gracias por su ayuda.
C.



Preguntas similares