the server linking to the linked server is
robm(SQL_Latin1_General_CP1_CI_AS) has a DB of views that link to -> bentleysql(Latin1_General_CI_AS)
when I try to query I get
Msg 4012, Level 16, State 1, Line 1
An invalid tabular data stream (TDS) collation was encountered.
here is the query
select *
FROM [BENTLEYSQL].[NAV2009R2_PROD].[dbo].[Company$Purch_ Cr_ Memo Hdr_]
how can I get this to work?