Hello, I'm trying to write an openquery select statement and for some reason I'm getting a syntax error on the line... as far as I can see, the syntax is perfect and the linked server I'm trying to use is valid and I'm able to access it. Can anybody see something I'm doing wrong?
Thanks!
select * OPENQUERY(NDW2,'SELECT * FROM NORSNAPADM.SALE_CHNL_ITM_LINK')