Skip to content

Conversation

@LetsDoSQL-jdw
Copy link
Contributor

  • Fix to skip inexistent objects mentioned in the %Working tables
  • When executing usp_AdaptiveIndexDefrag in debug mode, the objects in the output now includes schema names
  • Adding schema-names for table names for records inserted into dbo.tbl_AdaptiveIndexDefrag_Analysis_log
  • Add schema names to the resultsets of views dbo.vw_AvgFragLst30Days, dbo.vw_AvgLargestLst30Days, dbo.vw_AvgMostUsedLst30Days
  • Fix entries in stats_log tables which receive null-values for objectId & objectName when reorganizing
  • Fix unintential unsorted output of vw_LastRun_Log
  • Fix scanning exceptions by excluding inexistent or replaced objects still mentioned in dbo.tbl_AdaptiveIndexDefrag_Exceptions

LetsDoSQL-jdw and others added 12 commits September 11, 2024 11:44
Most importantly:
- Inspired by bugfix update statistics because of quotenames, as programmed in AndrewG2@00fef9a
- Fix long duration calculation
- Fix statistics modification counter for tables exceeding 10B changes since last update-stats
- Remove unnecessary brackets in the logging
- Adding schema names in the logging output & debug output
…veIndexDefrag

Critical bugfixes for seemingly abandoned AdaptiveIndexDefrag
v1.7.2 - Fix to skip inexistent objects mentioned in the %Working tables

v1.7.3 - Bugfix: 1.7.2 solution to skip inexistent objects caused infinite loop
  - When executing usp_AdaptiveIndexDefrag in debug mode, the objects in the output now includes schema names
  - Adding schema-names for table names for records inserted into dbo.tbl_AdaptiveIndexDefrag_Analysis_log
  - Add schema names to the resultsets of views dbo.vw_AvgFragLst30Days, dbo.vw_AvgLargestLst30Days, dbo.vw_AvgMostUsedLst30Days

v1.7.4 - Fix entries in stats_log tables which receive null-values for objectId & objectName when reorganizing
  - Fix unintential unsorted output of vw_LastRun_Log

v1.7.5 - Fix scanning exceptions by excluding inexistent or replaced objects still mentioned in dbo.tbl_AdaptiveIndexDefrag_Exceptions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant