Comments
1 comment
-
Hello sam_alexander ,This is actually an issue with Transaction Handling and you can work around this by changing the Transaction Isolation Level or using the NoTransactions error option, please see the following Help Center article:I hope this helps. Please let me know if you have any questions.
Kind regards,
Pete Ruiz
Redgate Product Support
Add comment
Please sign in to leave a comment.
"The requested operation could not be performed because OLE DB provider "DB2OLEDB" for linked server "*******" does not support the requested transaction interface"
The DB Link exists on the server and I have access to it, and the DB2 OLE DB provider does exist on the Target Server. As I said I can deploy the stored procedure to the server manually and it runs without issue.
How can I get around this? Many of our SQL components use OPENQUERY to cross to DB2 or other SQL Servers, but in all cases I've tried I get this when trying to deploy in SQL Compare. Thanks.