Distributed Queries and Distributed Transactions

Microsoft® SQL Server™ allows you to create links to OLE DB data sources called linked servers. After linking to an OLE DB data source, you can:

Each distributed query can reference multiple linked servers and can perform either update or read operations against each individual linked server. A single distributed query can perform read operations against some linked servers and update operations against other linked servers. The types of queries executed against linked servers depend on the level of support for transactions present in the OLE DB providers. OLE DB defines two optional interfaces for transaction management:

If a distributed query is executed in autocommit mode, these rules apply:

If a distributed query is executed when the connection is in either an explicit or implicit transaction, these rules apply:

See Also

Distributed Queries

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.