Page 1 of 1

Heterogeneous queries require the ANSI_NULLS and ANSI_WARNI

Posted: 15.05.2013, 09:04
by ferfigl29
SELECT *
FROM OPENQUERY(JJ, 'SELECT * FROM ARTICULO order by codigoArticulo')

no funciona, What's problem with this query???

Posted: 15.05.2013, 10:15
by marsupilami
Hello ferfigl29,

could you please be a little bit more specific on what you try to do? The select statement on its own looks somewhat broken to me? What do you try to do? Which error messages do you get? Can you post some source code?
Best regards,

Jan