Executes the specified pass-through query on the specified linked server. This server is an OLE DB data source. OPENQUERY can be referenced in the FROM clause of a query as if it were a table name.
Executes the specified pass-through query on the specified linked server. This server is an OLE DB data source. In a query, use OPENQUERY in the FROM as if it were a table name. You can also reference ...
I've got an ASP.NET app w/ a SQL backend. The SQL backend has a linked server (Access db) that is has several views that call from the linked tables. Everything works fine in QA and Enterprise manager ...
I am trying obtain some data from a Cache database into a Mysql database using Cache's SQL Gateway. Getting the data out of Cache is easy, but I am not sure about the easiest way to get it into Mysql.