What (if any) data dictionary views on SQL Server 2005 allow one to monitor log space usage on active queries by Process ID?

link|improve this question

56% accept rate
feedback

1 Answer

up vote 1 down vote accepted

I'm not aware of features in data dictionary. There are 3rd party tools which will read the transaction log real-time. Years ago I used a 3rd party tool, Log Explorer, to determine processes consuming log space. Looks like ApexLog does the same thing, but I haven't tried it.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.