Hi guys, I have a problem with jobs, I'm trying to execute a job and returned to me an error saying 'MSDAORA' was unable to begin a distributed transaction', I had tested in one sql server 2000 against oracle server and the execution was successful, but in another sql server 2000 failed. Why can be this behaviour?
Another question: A job generate an implicit transaction always? Because I'm trying to avoid the transaction putting the following statement SET IMPLICIT TRANSACTIONS OFF.
Thanks in advance 😀