项目作者: DennesTorres

项目描述 :
Tool to be used with Runbooks to reindex azure SQL tables when it's needed
高级语言: PowerShell
项目地址: git://github.com/DennesTorres/ReIndex-AzureSQL-Tables-When-Needed.git


Indexes tables in an Azure database if they have a high fragmentation

This runbook indexes all of the tables in a given database if the fragmentation is above a certain percentage.

This runbook is based on an existing runbook from Azure Automation team, but fixes a bug related to tables contained in schemas other than the default schema