We get a huge LDF file using the full recovery mode in the SQL Server database. therefore, we plan to compress the log file.
Is there a performance limitation for using DBCC SHRINKFILE to reduce the size of the database log file (LDF)?
and how to apply it to a data file (MDF)?
source
share