Viewing post 1 (of 1 total)
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')
October 28, 2015 at 4:34 am
#1835974