what is the fragmentation % option that it applies?
On older maintenance task there is no limit/check on the fragmentation ratio, the task simply rebuild/reorg all indexes; a reason why only less DBS uses maintenance tasks.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi all,
I really like to know what is the default fragmentation % level that SSMS 2014 takes when run a reorg or reindex maintenance task.
In the latest SSMS release I can select the fragmentation % level to consider when I run a reorg index maintenance plan.
In SSMS 2014 there is no option. So I really like to know what is the rule that SSMS apply when we run a reorg index maintenance task?
what is the fragmentation % option that it applies?
thank you for any help
what is the fragmentation % option that it applies?
On older maintenance task there is no limit/check on the fragmentation ratio, the task simply rebuild/reorg all indexes; a reason why only less DBS uses maintenance tasks.
Hi @ilputto ,
Yes. Agree with Olaf.
This is an article about Reorganize/Rebuild SQL Server database index using SQL Server Maintenance Plans.
https://solutioncenter.apexsql.com/how-to-detect-a-high-level-of-sql-server-database-index-fragmentation-and-fix-it-automatically/
Also see this: https://ola.hallengren.com/sql-server-index-and-statistics-maintenance.html
Best regards,
Seeya