Select * From OpenQuery (Ftw003, 'Select * From Mold');
Returns one row from a table that has 12837 records
Select * From OpenQuery (Ftw003, 'Select * From Mold');
Returns one row from a table that has 12837 records
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.
No one has followed this question yet.