Tuesday, June 1, 2021

SQL Server: Determine the transaction log usage

 DBCC SQLPERF (logspace)


Returns the current size of the transaction log and the percentage of log space used for each database. Use this information to monitor the amount of space used in a transaction log.

No comments:

Post a Comment