I have two sql server S1(2008) and S2(2005).
S2 is added to S1 as linked server.
S2 have a table Product.
When I try to run the code
select ProductID from Product
I get the error:
Location: rmt_meta.cpp:347
Expression: fFalse
SPID: 71
Process ID: 3828
Description: Unknown column in remote index! Skipping.
Any idea?