How to find the size of replication-specific tables in SQL Server
On the distribution database, you can execute the statement below to get the sizes of the internal replication-specific tables USE distribution GO SELECT Getdate() AS CaptureTime,…
Read more →