|
|
|
SSC Rookie
      
Group: General Forum Members
Last Login: Saturday, February 16, 2013 11:01 AM
Points: 36,
Visits: 144
|
|
someone has script to monitor a Growth of transaction log in sqlserver/ or link.
thank's
|
|
|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Tuesday, May 07, 2013 12:40 PM
Points: 176,
Visits: 237
|
|
use the dbcc sqlperf(logspace) command...
if you want to monitor it, create a table and insert the results from the command into the table.
-------------------------------------------------------------------------- When you realize you've dug yourself into a hole....Step 1...stop digging.
|
|
|
|