Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Administration - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 6525

Validation / reconcilliation of replication

$
0
0
Hi everyone,We have set up Transactional Replication in our work environment (SQL Server 2014) and replicate data onto our system from 4 different sources. We would like to have a better grip on the replication process and would like a validation / recon job to run everyday and publish a report comparing source to destination rowcount and last updated datetime for the few tables we are interested.What is the best way to do this? 1. Create an SSIS package to generate comparison data and store in a table?2. How about using Replication Stored Procedures like sp_articleview, sp_table_validation etc.? Would someone be able to help me understand how to use these if this is a good approach?https://technet.microsoft.com/en-us/library/ms174364(v=sql.105).aspxThanks for your time!Rahul

Viewing all articles
Browse latest Browse all 6525

Trending Articles