Escenario
Tengo instalado un servidor con SQL Server Standar Edition SP4
8.00.2039 SP4 Standard Edition
Genero un LINKED SERVER a otro servidor.
EXEC sp_addlinkedserver
'MiOtroServer',
N'SQL Server'
Cuando ejecuto:
SELECT * FROM MiOtroServer.Mibase.dbo.MyTabla
Me arroja este error:
Server: Msg 7302, Level 16, State 1, Line 1
Could not create an instance of OLE DB provider 'SQLOLEDB'.
OLE DB error trace [Non-interface error: CoCreate of DSO for SQLOLEDB
returned 0x8007007f].
¿Algun tip para solucionar esto?
Gracias.
Saludos
IIslas
Leer las respuestas