Viewing 2 posts - 1 through 3 (of 3 total)
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...
July 29, 2002 at 9:56 am
#433538
I use this command: DBCC SQLPERF(LOGSPACE) in order to display logspace allocation info and %used for each DB in the Query window.
July 25, 2002 at 12:02 pm
#433379