Question : I created a SQL agent job to perform a SQL Compare using the below command line powershell.exe -File […]
Tag: sqlcompare
SQL Compare data from two joined tables
Question : i used SQL Server, and have two joined table Select b.team, SUM(a.total) FROM data1 A INNER JOIN team […]
How to compare and MERGE two SQL Server environments (not just databases)
Question : Many similar questions were asked before, and mostly about comparing database schemas and data. That’s all fine, but […]
SQL Compare data from two joined tables
Question : i used SQL Server, and have two joined table Select b.team, SUM(a.total) FROM data1 A INNER JOIN team […]