Tagged: SQL Server Log Files

Viewing the Size of Log Files in SQL Server

Viewing the Size of Log Files in SQL Server

Hello everyone, In this article, I will provide information about viewing the size of log files in SQL Server. In SQL Server we may want to view the size of log files in some cases. You can easily do this with the help of the code below. SELECT DB_NAME(mf.database_id) AS...

Don`t copy text!