Forum Replies Created

Viewing 2 posts - 1 through 3 (of 3 total)

  • RE: Transaction Log Sizes in 6.5

    The output of DBCC SQLPERF(LOGSPACE) is a recordset. I have used it in a VB code and it works just like a stored procedure or an SQL query. By default...

  • RE: Transaction Log Sizes in 6.5

    I use this command: DBCC SQLPERF(LOGSPACE) in order to display logspace allocation info and %used for each DB in the Query window.

Viewing 2 posts - 1 through 3 (of 3 total)