Generate Classic Report with command line
Tim_Cartwright
Posts: 8 New member
in SQL Compare
I saw the new classic report type to generate a report, however it does not look like it can be used from the command line? Or can it? Is this just a case of the documentation being out of sync?
https://documentation.red-gate.com/sc13/using-the-command-line/switches-used-in-the-command-line#Switchesusedinthecommandline-/ReportType:<reporttype>
https://documentation.red-gate.com/sc13/using-the-command-line/switches-used-in-the-command-line#Switchesusedinthecommandline-/ReportType:<reporttype>
Tagged:
Answers
It should work on command line as well. The documentation is out of sync and the best I can get is using /ReportType:Classic. Despite the style looks right, the contents are all missing. I've logged this issue as SC-10194 in our internal bug tracking system and I'll keep you posted.
Tianjiao Li | Redgate Software
Have you visited our Help Center?
Line from the UI generated file:
var differencesql = new Array(new Array(new Array(0, "Error, No SQL Available")));var createsql = new Array(new Array(new Array(0, "Error, No SQL Available")));var dropsql = new Array(new Array(new Array(0, "Error, No SQL Available")));var identsql = new Array(new Array(new Array(0, "Error, No SQL Available")),new Array(new Array(0, "", "")));
Line from the command line generated file:
var differencesql = new Array(new Array(new Array(0, "Error, No SQL Available")));var createsql = new Array(new Array(new Array(0, "Error, No SQL Available")));var dropsql = new Array(new Array(new Array(0, "Error, No SQL Available")));var identsql = new Array(new Array(new Array(0, "Error, No SQL Available"))new Array(new Array(0, "", "")));
We've got a fix ready for this and it should go out in the next frequent update release.
Redgate Software
The fix is released. Please upgrade to the latest version (13.4.7.7223).
Tianjiao Li | Redgate Software
Have you visited our Help Center?