2
Reply

What is OPENQUERY in SQL.?

Manish Tewatia

Manish Tewatia

Mar 15, 2011
6.1k
0

    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. OPENQUERY can also be referenced as the target table of an INSERT, UPDATE, or DELETE statement. This is subject to the capabilities of the OLE DB provider. Although the query may return multiple result sets, OPENQUERY returns only the first one.

    CP Kataray
    May 14, 2011
    0

    What is OPENQUERY and how to use it in SQL.

    Manish Tewatia
    March 15, 2011
    0