The define of OpenQuery in MSDN is as following:
OPENQUERY ( linked_server , 'query' )
Can anyone know what the max length of 'query' is?
I found this funtion wouldn't work when the size of query
exceeds 9k. It is possible to get the prototype of suchlike functions?
Thnaks in advance!