Sample Header Ad - 728x90

How to Use OPENROWSET function within a Transactional SSIS Package

0 votes
2 answers
1433 views
I have an SSIS Package and one of its components is "Execute SQL TasK" and I've written an OPNEROWSET query inside this task. When I configure the transaction option of the whole package from "Supported" to "Required" I receive this error: >The requested operation could not be performed because OLE DB provider "Microsoft.ACE.OLEDB.12.0" for linked server "(null)" does not support the required transaction interface. When you want to configure the Transaction in SSIS you have to run the service "Distributed Transaction coordinator" and it seems that this service is in conflict with openrowset. What should I do? Has anybody come across this issue?
Asked by user166827
Dec 15, 2018, 05:12 AM
Last activity: Jan 18, 2022, 10:57 AM