Changes for page index-maintenance
Last modified by Gideon Lombard on 2023/05/22 23:50
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -30,8 +30,7 @@ 30 30 31 31 {{code language="sql"}} 32 32 33 ---// https://www.sqlshack.com/how-to-identify-and-monitor-unused-indexes-in-sql-server/ 34 - 33 +--// https://wiki.ebsphere.africa/xwiki/bin/view/Technical%20Documentation/analysis/sql-performance/index-maintenance/# 35 35 SELECT 36 36 schema_name(objects.schema_id) schema_name, 37 37 objects.name AS Table_name,