Hi @Riley
Due to the health and performance of the database itself, this setting is not recommended for multiple uses. For below reasons:
(1) If you do not find the cause of self-growth, thereby avoiding running out of space in the first place, although you can temporarily shrink the file size with the DBCC SHRINKFILE function, it is still possible for the database to grow next time. Shrinking a database is only a palliative.
(2) Data file shrinkage will bring more fragmentation to the file.
(3) The impact on performance is particularly severe in heavily loaded systems. They are actions that should be avoided as much as possible rather than encouraged.
Therefore, for a busy database, the recommended setting is not to use the auto-shrink function.
Best regards,
Cosmog Hong
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our Documentation to enable e-mail notifications if you want to receive the related email notification for this thread.