Hi Team,
I am trying to run a query on my local system and trying to access a table from a remote server..here is the query:
select * from SERVER.DATABASE .DBO.TABLE
This query is working fine but when I am trying to access the same from db server I am getting error as given below:
TCP Provider: An existing connection was forcibly closed by the remote host. Login failed for user 'USER'. OLE DB provider "SQLNCLI" for linked server "SERVER" returned message "Communicat ion link failure".
Please help!!
I am trying to run a query on my local system and trying to access a table from a remote server..here is the query:
select * from SERVER.DATABASE .DBO.TABLE
This query is working fine but when I am trying to access the same from db server I am getting error as given below:
TCP Provider: An existing connection was forcibly closed by the remote host. Login failed for user 'USER'. OLE DB provider "SQLNCLI" for linked server "SERVER" returned message "Communicat ion link failure".
Please help!!
Comment