'How to detect where SET IMPLICIT_TRANSACTIONS ON?

I have a c++ application and run it on SQL Server 2019

server1\db1 - it works fine server1\db2 - it works strange

The app works different. I have detected in Profiler that db2 has

set implicit_transactions on

but the db1 has no this set.

I cannot find where this settings is: the app has no this statement.

Where it can be? may be implicitly?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source