Search
Why you should avoid enabling Auto Shrink in SQL Server.
- Jha Chandan

- Apr 25, 2024
- 2 min read
SQL Server Auto Shrink database property allows SQL Server to automatically shrink the database files when the value is configured as True in the database option. SQL Server Auto Shrink feature is disabled by default on SQL Server instance databases.
As a DBA, you’ve probably encountered the Auto Shrink option in SQL Server. While it might seem tempting to turn it on, there are several reasons why you should think twice before doing so.











Comments