Compare across multiple DBs?
ab_2016
Posts: 3
Can SQL Data Compare a single table (or set of tables) across multiple databases? For example, I have one table that I want to compare across 12 databases. I also only want to compare certain columns of the table across the 12 DBs.
Thanks for any help.
Thanks for any help.
Comments
To select specific tables and columns for the comparison, you can use 'Mappings': https://documentation.red-gate.com/disp ... ng+objects . These are set up in the UI, but you could save a project file with the relevant mappings set and use that in the commandline.
Does that sound like it would work for you?
Thanks for your help.