sql server - SqlCeReplication: using ReinitializeSubscription before each Synchronize? -
i'm working on bug in legacy windows mobile 5 app, uses sql ce replication sync sql ce database sql server 2005 or 2008 database (using merge replication).
there behavior in application don't believe related bug, curious side-effects of might be. code ends calling "reinitializesubscription(true)" on sqlcereplication object before calls synchronize. "true" flag tells reinit upload changes before reinitializing, fine. don't believe there concrete reason reinit sub each time, that's does...
what impact of calling reinitializesubscription on sqlcereplication object before each synchronize call? performance hit, or doing different data synchronization, compared not calling reinitializesubscription before synchronize?
unless experiencing major client íssues, not reinit each time sync, download entire client database (after uploading changes), , consume time , bandwidth, , give poor user experience (unless data set small , have high bandwidth, of course)
Comments
Post a Comment