Command Line Question
jp
Posts: 2
Is there an option to only show DB objects that are different not identical.
== I dont want to see
<> I want to see
> I want to see
< I want to see
== I dont want to see
<> I want to see
> I want to see
< I want to see
Comments
The last time this came up, I suggested piping the output of SQLCompare.exe to find, using a vertical bar |. This filters out the console output to only print the lines you want. In this example, find is used to show all lines from the console output that do not contain the string "==".