Heterogeneous queries require the ANSI_NULLS and ANSI_WARNI
Posted: 15.05.2013, 09:04
SELECT *
FROM OPENQUERY(JJ, 'SELECT * FROM ARTICULO order by codigoArticulo')
no funciona, What's problem with this query???
FROM OPENQUERY(JJ, 'SELECT * FROM ARTICULO order by codigoArticulo')
no funciona, What's problem with this query???