Synchronization steps: Difference between revisions

Jump to navigation Jump to search
No edit summary
Line 770: Line 770:
| int || EmailFetchPageSize;        || Download page size for email entity used in fetches. Must be between 20-500, default is 100.
| int || EmailFetchPageSize;        || Download page size for email entity used in fetches. Must be between 20-500, default is 100.
|-
|-
| bool || SyncNoLock;                || whether to use "no-lock" in fetchXml during sync. Default=false. Consequence: SQL Server uses READ UNCOMMITTED for sync fetches. Faster fetches (on high transaction oriented tables), risk of reading data that will be discarded with Rollback.
| bool || SyncNoLock;                || whether to use "no-lock" in [[FetchXML]] during sync. Default=false. Consequence: SQL Server uses READ UNCOMMITTED for sync fetches. Faster fetches (on high transaction oriented tables), risk of reading data that will be discarded with Rollback.
|}
|}
{| class="wikitable"
{| class="wikitable"

Navigation menu