Error Msg 7311:
"Cannot obtain the schema rowset "DBSCHEMA_TABLES_INFO" for OLE DB provider "SQLNCLI10" for linked server "Server2005". The provider supports the interface, but returns a failure code when it is used."
All the other threads on this subject have dealt with a linked server from a 64-bit instance of 2005 or 2008 to a 32-bit instance of 2000 (SQL version 7). The solution is described in a kb article 906954.
In my case, the target server is running SQL version 8.0.2066 SP4. The source server is version 10.50.1600 RTM 64-bit.
Has anybody resolved this case?
Thanx!
Darrell H Burns