SQL Database Fragmentation Level - Email Reporting
Published 13 years ago
Version 1.0Thanks for feedback Andrew, I modified the HTM report from my production using excel so it messed up somewhere I guess. Sorry about that.
You can modify below line to focus the report only on EV databases:
if ($db.IsSystemObject -ne $True -and $db.IsAccessible -eq $True -and $db.Name -like *EnterpriseVault*)
Deleending on the names for EV databases, you can modify the $db.Name filter - And it should only check & report for EV databases.