DB Properities Screen does not show Log File Space (total, used and free)

  • With SQL Server 2005 SP3 (running on Windows Server 2003), why is it that the Transaction Log Space does not show when you right click the database and select properties. In SQL Server 2000, when you selected the database and then selected View|Taskpad the Transaction Log Space (total, used and free) would show at the very bottom.

    Is there another method to see the total, used and free transaction log space?

    Thanks in advance, Kevin

  • Right click the db>Reports>Standard Reports>Disk Usage

    or to see the log info for all databases

    dbcc sqlperf(logspace)

  • I second JeremyE. Thats how you can get the information in SQL Server 2005.

    Pradeep Adiga
    Blog: sqldbadiaries.com
    Twitter: @pradeepadiga

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

You must be logged in to reply to this topic. Login to reply