I am looking at the Activty Monitor for SQL Server 2005 and we have some processes that are taking up large amounts of the CPU. When I look at what is trying to be run I get:
set transaction isolation level read committed
This code is not coming from any of our applications.
What is causing it?
What should be done?