|
Select * From OpenQuery (Ftw003, 'Select * From Mold'); Returns one row from a table that has 12837 records
(comments are locked)
|
|
Something like this should hopefully do the trick?
(comments are locked)
|
|
Try using OPENROWSET instead. It could be something around the fact that OQ only returns one resultset, which could perhaps be getting confused depending on what your linked server is.
(comments are locked)
|

