Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

Error OPENQUERY Maximum length is 8000

$
0
0
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

Viewing all articles
Browse latest Browse all 3145

Trending Articles