Hi,
I have a query inside a openquery:
SELECT
RE.*
FROM OPENQUERY(PROD,
'SELECT XXXX ') RE
This is too long. Excede maximum length: 8000.
How can i write the query without this error? I can´t minimize the query, because I need many tables and make many cases inside the query.
thanks