Concurrent Snapshot Processing
By default, SQL Server places shared locks on the table articles in a transactional publication while the initial snapshot is being created. This ensures transactional consistency for the snapshot but prevents updates from being made to the tables while the snapshot is being generated.
Transactional replication offers an option to work around this limitation known as concurrent snapshot processing. Note that the option is available only when a publication is limited to SQL Server 7.0 and later subscribers. When concurrent snapshot processing is enabled for a transactional publication, the Snapshot Agent will place a shared lock on the table articles in the publication as it always does. It will then add an entry ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access