sql-server-maintenance-solution
sql-server-maintenance-solution copied to clipboard
SQL Server Maintenance Solution
I have on Linux MSSQL 2019, latest version of the maintenance script. Script date: Script Date: 11. 05. 2021 07:43:20 I am trying to do a backup and before backup...
**Description of the issue** IndexOptimize ends in error **SQL Server version and edition** Microsoft SQL Server 2019 (RTM-CU9) (KB5000642) - 15.0.4102.2 (X64) Jan 25 2021 20:16:12 Copyright (C) 2019 Microsoft...
**Description of the issue** Output file Clean up job. I can backup to UNC path but this job doesn't support UNC path. **SQL Server version and edition** Microsoft SQL Server...
**Description of the issue** I have configured my FULL and DIFFERENTIAL backup jobs to clean up files older that 168 jours, but have noticed that when a database is deleted...
For information after deploy the new script IndexOptimize, we see that update statistics not occur with these parameters : @UpdateStatistics nvarchar(max) = 'ALL', @OnlyModifiedStatistics nvarchar(max) = 'N', @StatisticsModificationLevel int =...
**Description of the issue** When there is a columnstore index on a table all the other (rowstore) indexes on the table are rebuilt offline. This behavior has no reason because...
**Description of the issue** The scheduled index maintenance job utilizing the IndexOptimize procedure is failing **SQL Server version and edition** SQL Server 2017 (RTM-CU18) (KB4527377) - 14.0.3257.3 Enterprise **Version of...
The persist_sample_percent parameter will allow all future statistics updates to use the same sample rate, including automatically updated ones. Without this parameter future updates could modify the sample rate. If...
**Description of the feature** Add new input parameter for Verbosity so we can suppress the "RAISERROR(@EndMessage,10,1) WITH NOWAIT" messages