Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 Actual size of transaction log

Author  Topic 

neil
Starting Member

29 Posts

Posted - 2003-12-02 : 05:31:10
Does anyone know how to calculate the actual space the transaction log is taking up rather than the allocated space.

I want to shrink the transaction log but I want to know amount of space it is really using.

Thanks

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2003-12-02 : 12:31:11
DBCC SQLPERF (LOGSPACE)

Tara
Go to Top of Page

neil
Starting Member

29 Posts

Posted - 2003-12-03 : 08:55:32
Thanks, just what I needed
Go to Top of Page
   

- Advertisement -