Saves the information required to attempt restarting the failed download.
kpd={ TRUE | FALSE }
KeepPartialDownload={ TRUE | FALSE }
This option has a short form and long form: use kpd or KeepPartialDownload.
If neither this option nor the -kpd dbmlsync option is used, then dbmlsync does not save the portion of the download that it received before the synchronization failed and the failed download cannot be restarted.
Restart a failed download by using one of the following methods:
-dc dbmlsync option
ContinueDownload extended option
ContinueDownload synchronization profile option
the restart parameter in the sp_hook_dbmlsync_end stored procedure
The following example shows how to use the KeepPartialDownload synchronization profile option:
CREATE SYNCHRONIZATION PROFILE myprofile 'KeepPartialDownload=TRUE';