Hi we run 2017 standard.
we are wondering if queries run against replication subscriber tables can interfere (ie block) with the replication process. and if the opposite is true as well, ie the replication process can block the queries.
and can read committed snapshot isolation be turned on a subscribing (replication) database?...theoretically to avoid any locking that the query (or replication) might create.
we don't really want to query with nolock.