Tagged: Disable Auto Shrink of All Databases

Disable Auto Shrink of All Databases in SQL Server

Hello to everyone, In this article, I will give information about disabling Auto Shrink of all databases in SQL Server. In SQL Server, in some cases, you may want to disable Auto Shrink for all databases. You can easily do this using the code below. DECLARE @name VARCHAR(500); DECLARE @sql...

Don`t copy text!