2022.2

Table Of Contents
set @a=null,@c=null,@b=concat("show tables where",ifnull(concat(" `Tables_in_
",database(),"` like '",@c,"' and"),'')," (@a:=concat_ws(',',@a,`Tables_in_
",database(),"`))");
Prepare `bd` from @b;
EXECUTE `bd`;
DEALLOCATE PREPARE `bd`;
set @a:=concat('optimize table ',@a);
PREPARE `sql` FROM @a;
EXECUTE `sql`;
DEALLOCATE PREPARE `sql`;
set @a=null,@b=null,@c=null;
IfusingMicrosoft SQL Serverrunthefollowingcommandinaquerywindow:
sp_updatestats
Windows 10 Search service impacting Connect
TheWindows10Searchservicerunsasabackgroundtask,indexingfilesandfolders.Ithasbeen
notedthatthisbackgroundtaskissometimespreventingfilesbeingaddedtotheConnecttemporary
filesfolderwhenlargeamountsoffilesarebeingoutputandcopied.
Ifthisisanissueforyou,wesuggestdisablingSearchIndexingontheC:\Users\<username>\Connect
folder.
Thisissuewillbefixedinalaterrelease.
Job Creation Presets: External Sorting change introduced in 2018.2
Versionspriorto2018.2didnotcorrectlysavethelineendcharactersforexternalsortconfigurationsin
JobCreationPresets,whichmeantthejobcouldnotbeexternallysorted.Thisissuehasbeenfixedin
version2018.2.However,JobCreationPresetscreatedwithanearlierversionmaystillhavethewrong
lineendcharacterforexternalsorting.Tofixthis,opentheJobCreationPresetinthenewversion,
resetthelineendsettinginthesortingoptionsandthensavethepreset.
Business Graphics: Backward Compatibility Issues introduced in 2018.1
Asaconsequenceofchangesinboththeuserinterfaceandtheunderlyingtechnology,Business
GraphicsmadewithaversionpriortoPrintShopMailConnect2018.1maynotdisplaycorrectlywhen
openedinversion2022.2.
Thecurrentlyknownbackwardcompatibilityissuesarelistedhere:
Page 85