11040105 - Revise Initial Sync to Not Require ALL History Tables
When running an initial sync using the
all in one installer, the process attempts to download
all synced tables from the master "hub" location which is problematic depending upon the size of the master database. Now, during the install process, a one-time job is triggered on the "hub" side that marks all necessary history tables for down to this remote "spoke" database. This will allow the down to work in smaller pieces instead of trying to mass copy everything all at once and bring the SQL server to its knees. Development also reviewed the code and reduced the number of initial number actually required.