Compare data between two Azure SQL DB's

712 Views Asked by At

I have a requirement where I have to compare data between two tables from two different Azure SQL DB's. Both the database have same schema so i just need to compare the data. What are all the options i have since i cant do a cross SQL querying in Azure SQL? Any help is appreciated!!!

1

There are 1 best solutions below

0
David Browne - Microsoft On BEST ANSWER

I would first try the tablediff utility, perhaps running on an Azure VM.