Activity overview
Latest activity by DanW564
Newer information for others still finding this discussion: Data Compare: https://documentation.red-gate.com/sdc/using-the-command-line/using-the-command-line-on-a-service-account-in-windows sqldatacompare /allUsers /activateSerial:123-456-789012-ABCD SQL Compare: https://documentation.red-gate.com/sc/using-the-command-line/using-the-command-line-on-a-service-account-in-windows sqlcompare /allUsers /activateSerial:123-456-789012-ABCD / comments
Newer information for others still finding this discussion:Data Compare: https://documentation.red-gate.com/sdc/using-the-command-line/using-the-command-line-on-a-service-account-in-windowssqldatac...
Performance Improvement Wishlist
In a nutshell, I wish SQL Source Control (SSC) could isolate context of changes similar to the way TortoiseSVN does so for my working directory on my C:\ drive. Virtually all of my source control e...
Rob C said:
Thanks for the feedback Tim, that's really useful to know. I hope that the return of the old-style report will suffice in the mean time.
Once SC-10194 has been taken care of, I think it will suffice nicely for the purpose that I am working on, which is very similar to what Tim_Cartright described above. Thank you for bringing that back! FWIW, I found a way to fix my broken HTML file. See https://forum.red-gate.com/discussion/comment/153003#Comment_153003 / comments
Rob C said:
Thanks for the feedback Tim, that's really useful to know. I hope that the return of the old-style report will suffice in the mean time.
Once SC-10194 has been taken care of, I t...
I ran into this yesterday. The report file I generated with the UI for SQL Compare 13.4.6.7079 Professional displays fine. However, when I tried the new Classic setting from the command line, the HTML report doesn't display correctly. Using BeyondCompare3, I quickly discovered that the file generated from the command line was missing a comma that was in the UI version. After I added the comma and save the file, it displays fine. Hopefully internal development is already fixing this (and is ahead of us users), but I will post a snip of the html file that I changed. 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, "", ""))); Or, in a little less context (UI/works followed by command-line/broken): ")),new Array( "))new Array( Again, once I added the missing comma, my file seemed to be displaying correctly. / comments
I ran into this yesterday. The report file I generated with the UI for SQL Compare 13.4.6.7079 Professional displays fine. However, when I tried the new Classic setting from the command line, the H...