I'm trying to compare some project that I have in RedGate using SQLCompare. I know that using this command:
sqlcompare /Project:"E:\XYZ\Project.sdc"
Will compare the default DBs. I want to compare several databases with that project, I know that I could create several projects and save them with different names and later using the command for each project, but I want to do this in a better way.
Is this possible? Thanks.