Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Transact-SQL INSERT statements can reference remote tables only if the following conditions are met by the OLE DB provider that is used to access the remote table:
- The provider must support the IRowsetChange interface on the rowset opened through IOpenRowset on the table that is having data inserted into it.
- The IRowsetChange interface on the base table being inserted into must support the InsertRow insert method.
See Also
Concepts
OLE DB Provider Reference for Distributed Queries
Guidelines for Using Distributed Queries