Every 15 seconds or so, the application I am trying to profile fires:
@@TRANCOUNT > 0 COMMIT TRAN
IF @@TRANCOUNT > 0 COMMIT TRAN
IF @@TRANCOUNT > 0 COMMIT TRAN SET IMPLICIT_TRANSACTIONS OFF
IF @@TRANCOUNT > 0 COMMIT TRAN SET IMPLICIT_TRANSACTIONS OFF
elect top 1 accountId from account with (nolock)
Is this a regular SqlServer pattern?
And how I can configure the profiler so I do not see it?
IT is coming from the same process and user as the process,user for which I want to configure SQL profiling for.
Many thanks
