Msg 7391, The operation could not be performed because the OLE DB provider 'SQLOLEDB' was unable to begin a distributed transaction. OLE/DB provider returned message: New transaction cannot enlist in the specified transaction coordinator.
Problem: The problem occurs because Microsoft Distributed Transaction Coordinator (MS DTC) is not configured for network access. By default, the network access settings of MS DTC are disabled on new installations of SQL Server 2000 on computers running Windows Server 2003, Enterprise Edition or Standard Edition.
Possible Solution: Configure the MS DTC for network access using the following steps:.
Note: In some cases, you must start the DTC service before you start the computer that is running SQL Server so that the linked server distributed queries work well.