Shrink

Understanding Database Shrink Operation and Why Should We Avoid It?

Database Shrink is a process to remove unused space allocated to the database or database files to the disk. When…

Fix SQL Server Error 3023: Shrink failed for LogFile “Log File Name”

Today, I got below Microsoft SQL Server error 3023 when I was trying to manually shrink a log file. The…