I am running 2 queries using the same linked server.
SELECT * FROM [SERVER].[Customer].[dbo].[ccr_AxCust1]
SELECT * FROM [SERVER].[Customer].[dbo].[ccr_AxCust2]
For Query 1 this returns results fine, however query 2 I get the following error:
Msg 7399, Level 16, State 1, Line 2
The OLE DB provider "SQLNCLI" for linked server "SERVER" reported an error. The provider did not give any information about the error. Msg 7330, Level 16, State 2, Line 2
Cannot fetch a row from OLE DB provider "SQLNCLI" for linked server "SERVER".
The table is accessible on the actual server; has anyone seen this behavior before?