I'm tring to run this SQL query :
select * from openquery(CUIC,'select * from [informix].[agentcalldetailsnapshot]')
I expect a selected table but I have this error message as a result:
Msg 7321, Niveau 16, État 2, Ligne 1
An error occurred while preparing the query "select * from [informix].[agentcalldetailsnapshot]" for execution against OLE DB provider "MSDASQL" for linked server "CUIC".
Thanks for your help !!