How can I get a row count all replicated tables in SQL Server? -


i trying build report show row counts of replicated tables on subscriber , publisher? please help..thanks in advance.

  1. you enumerate publications sp_helppublication.
  2. you enumerate articles in publication sp_helparticle
  3. you find base object each published article
  4. you count rows in base objects (from step 3)
  5. you find destination object of each article
  6. you list subscribers sp_helpsubscription
  7. on each subscriber, count rows in destination objects (from step 3)

Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -