Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: LINKED SERVER to NETEZZA QUESTION

    Remove the square brackets and ensure all your tables in the Openquery string

    SELECT *

    FROM OPENQUERY([LINKED_SERVER], 'SELECT * FROM DATABASE.SCHEMA.TABLE LIMIT 10')

Viewing post 1 (of 1 total)