This SQL statement is executed somewhere:
SELECT COUNT(1) AS total FROM web40repsoftchangeslast7day
This view contents is in the attached file:
This cause my SQL server to go bananas in the Temp base and fill it up. I ran the
query an the result is 1.000.000 rows where most of it is a identical row repeated a lot of times.
This is not something I have made, it must be part of the standard package. Any ideas what to do?