sql server - How to check for Publisher and Subscriber in transactional replication? -


in transactional replication, @ particular point of time how can check , confirm whether data @ publisher , subscriber same? don't want check latency/trace token - latency tell how subscriber behind publisher/distributor?

you can data validation see how out of sync are. details on validating data can found in validate replicated data.

you can use tablediff utility or sql data compare see how out of sync , generate t-sql script bring data convergence.


Comments

Popular posts from this blog

AbotX : How do you create a parallel crawler that stays on and can be added to at run time from new requests -

testing - Detect whether test has failed within fixture -

android - Create single AAR file from multiple modules using Gradle -