Subscriber Configuration - SQL Data Sync

Jason Lopez 1 Reputation point
2021-08-10T07:29:11.987+00:00

I have a SQL 2019 transactional replication subscriber DB and I would like to change its isolation level to facilitate SQL Data Sync to an Azure instance. (I can’t do it from the publisher and I do realize that would be easiest…but not an option.)

My question is: will updating the DB to have a new transaction isolation level (I don’t need snapshot isolation) cause any problems for transactional replication?

Azure SQL Database
SQL Server | Other
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Cris Zhan-MSFT 6,671 Reputation points
    2021-08-10T08:50:39.787+00:00

    Hi,

    Welcome to Microsoft Q&A!

    The Distribution Agent uses regular TSQL commands and transactions to apply changes from the distribution database to the subscribers.

    If there are report service or other activities on this subscriber, depending on the isolation level of the database you change, this may indeed have some impact, such as dirty reads.

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.