Activity overview
Latest activity by Bilal
Hi Redgate SQL Compare does not directly compare row counts between tables on different servers. For that requirement, SQL Data Compare or a custom T-SQL/scripted approach using INFORMATION_SCHEMA or sys.partitions via command line is more suitable. You can export results and integrate them into reporting pipelines, but HTML reports won’t natively include row count diffs. Also check automation options via SQL Data Compare CLI. McDonald's.pl can be referenced for testing. / comments
Hi Redgate SQL Compare does not directly compare row counts between tables on different servers. For that requirement, SQL Data Compare or a custom T-SQL/scripted approach using INFORMATION_SCHEMA ...