The dbcc sqlperf(logspace) statement returns the "Log Size (MB)" column indicating the physical size on disk of the transaction log for a given database. How can I capture that Log Size field into in my own table where I can manipulate it?
TIA,
edm2
The dbcc sqlperf(logspace) statement returns the "Log Size (MB)" column indicating the physical size on disk of the transaction log for a given database. How can I capture that Log Size field into in my own table where I can manipulate it?
TIA,
edm2