olahallengren / sql-server-maintenance-solution

SQL Server Maintenance Solution
https://ola.hallengren.com
MIT License
2.91k stars 756 forks source link

New Parameter - Persist_Sample_Percent #547

Open bdollar88 opened 3 years ago

bdollar88 commented 3 years ago

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 this parameter is not passed, the flag to persist is reset. This means that the StatisticsResample parameter is not sufficient as a solution.

See bug 518