We have an problem with our transaction log (2008 R2) growing very quickly (despite full backups). In SQL profiler, I ran a trace capturing all Insert, Delete and Update statements with rowcount and they were all very low.
Many of the apps running on the server use SP's and Rowcount is set to off, so I can't see which ones are doing massive update, insert, delete operations (I know there are a few, but there are hundreds of SP's, many of which are part of 3rd party applications). What's the best way to track these down?
I realize there are other issues except Insert, Update, Delete that can cause the log to grow or not be truncated, but I'd like to rule these out (if I can)
Any suggestions?
TIA
Mark