Browse Source

v1.6.6.6

Re-uploading patch
pmasl 7 years ago
parent
commit
763411dd3b

+ 3 - 1
AdaptiveIndexDefrag/CHANGELOG.txt

@@ -135,4 +135,6 @@ v1.6.6.4 - 6/25/2018 - Tested with Azure SQL Managed Instance;
 v1.6.6.5 - 9/23/2018 - Fixed issue where table that is compressed would become uncompressed (by d-moloney);
 						Extended row mode counter info data type in debug mode (by d-moloney);
 						Fixed issue with @statsThreshold and large tables (by AndrewG2).
-v1.6.6.6 - 10/28/2018 - Extended 2nd row mode counter info data type in debug mode (by CodyFitzpatrick);
+v1.6.6.6 - 10/28/2018 - Extended 2nd row mode counter info data type in debug mode (by CodyFitzpatrick);
+						Fixed compression data missing in working table (by ravseer).
+						

+ 1 - 0
AdaptiveIndexDefrag/usp_AdaptiveIndexDefrag.sql

@@ -681,6 +681,7 @@ v1.6.6.5 - 9/23/2018 - Fixed issue where table that is compressed would become u
 						Extended row mode counter info data type in debug mode (by d-moloney);
 						Fixed issue with @statsThreshold and large tables (by AndrewG2).
 v1.6.6.6 - 10/28/2018 - Extended 2nd row mode counter info data type in debug mode (by CodyFitzpatrick);
+						Fixed compression data missing in working table (by ravseer).
 
 IMPORTANT:
 Execute in the database context of where you created the log and working tables.			

+ 1 - 0
MaintenanceSolution/2_usp_AdaptiveIndexDefrag.sql

@@ -681,6 +681,7 @@ v1.6.6.5 - 9/23/2018 - Fixed issue where table that is compressed would become u
 						Extended row mode counter info data type in debug mode (by d-moloney);
 						Fixed issue with @statsThreshold and large tables (by AndrewG2).
 v1.6.6.6 - 10/28/2018 - Extended 2nd row mode counter info data type in debug mode (by CodyFitzpatrick);
+						Fixed compression data missing in working table (by ravseer).
 
 IMPORTANT:
 Execute in the database context of where you created the log and working tables.