d4nix-cz
Results
1
issues of
d4nix-cz
Hi, the usp_AdaptiveIndexDefrag_Exceptions.sql procedure removing spaces in table names, see the reference: https://github.com/microsoft/tigertoolbox/blob/0160f5e346582cdfadfed4b37daad87dfe31fa2b/AdaptiveIndexDefrag/usp_AdaptiveIndexDefrag.sql#L3279 My proposal is to replace "REPLACE(@exceptionMask_tables, ' ', ''): with "@exceptionMask_tables" only. I know its not a...