InterviewSolution
Saved Bookmarks
| 1. |
The INSERT, UPDATE, or DELETE statement fails if the OLE DB provider used to access the linked server does not support the _________ interface.(a) ITransJoin(b) ITransactionJoin(c) IactionJoin(d) None of the mentionedThe question was posed to me by my college director while I was bunking the class.My query is from Transaction in section Performance Tuning and Optimization of SQL Server |
|
Answer» CORRECT CHOICE is (b) ITransactionJoin For explanation: ITransactionJoin is exposed only by providers that SUPPORT distributed TRANSACTIONS. |
|