Hello,
I'm using sqlServer2005 standard edition, i have PGNP installed and i made a linked server to a postgreSQL-database. I can read most of the tables, but queries on certain tables give this error:
The OLE DB provider "PGNP" for linked server "MYLINKEDSERVERNAME" supplied inconsistent metadata. An extra column was supplied during execution that was not found at compile time.
I red it could be caused by a change in the schema - though i can hardly imagine the schema being changed within seconds after installing (but, fair enough, i have no vison on what the administrator of the postgreSql-database was doing at that time).
So after this occured, i added a second linked server with the same connection, but it gives the same problem. I tried to set the server option "lazy schema validation" but this was rejected (not supported for this version of sqlserver).
Any clue on how to proceed?
Thank you!
Luc
