SQL Server Error Code – 45350 modify maxsize failed. to reduce the dat

In this blog post, you’ll learn more about the SQL Server Error Code 45350 and the error message description that is shown

SQL Server Error Code

45350

SQL Server Error Description for the Code :45350

MODIFY MAXSIZE failed. To reduce the database size, the database first needs to reclaim unused space by running DBCC SHRINKDATABASE. Note that this operation can impact performance while it is running and may take several hours to complete. Refer to the following article for details of using T-SQL to run DBCC SHRINKDATABASE: ‘https://go.microsoft.com/fwlink/?linkid=852312’

Leave Your Comment