Activity overview
Latest activity by loomalinx
Is there a plan to fix the fact that project options are ignored if using the /project switch from the command line? With the /project switch one can no longer use the /argfile switch so there doesn't seem to be any way to save and reuse the same options. And the /project switch is necessary because of needing to specify WHERE clauses for the data comparisons. / comments
Is there a plan to fix the fact that project options are ignored if using the /project switch from the command line? With the /project switch one can no longer use the /argfile switch so there does...
Future of command line /argfile switch
We use SQL Compare and SQL Data Compare from the command line and configure options, exclusions and inclusions in xml files which we pass in using the /argfile switch. Comparisons and deployments a...
Hi. Thank you for your reply.
I can see how to filter the results so that the Assembly does not appear in the results. For our command line comparisons we actually use an argfile and I have been able to exclude comparison of the assembly with something like this in the argfile:
<exclude>Assembly:AssemblyName</exclude>. I can use this as a work around but what would be ideal is if a functional difference between assemblies in the compared databases was reported but a binary difference that was just the result of the assembly having been recompiled, would not result in a reported difference.
Please could you confirm whether this would be possible or not, because I'm not actually keen to switch off Assembly comparisons all together.
Thanks. / comments
Hi. Thank you for your reply.
I can see how to filter the results so that the Assembly does not appear in the results. For our command line comparisons we actually use an argfile and I have been ab...
Comparing Assemblies
We are using SQL Compare 11 projects and SQL Compare 10 from the command line. There is a new assembly in the databases that get compared and it is the only one. It comes up as a schema difference ...