Activity overview
Latest activity by ryanmorrisroe
Tried it out - at least in my own opinion the new color scheme is much better and makes it easier to notice differences. Thanks! / comments
Tried it out - at least in my own opinion the new color scheme is much better and makes it easier to notice differences. Thanks!
I was more referring to the highlighting of the line where there's a difference. If you're looking on the left pane for highlights it seems a lot easier to miss the light blue among all the other blue on the page than it is the previous yellow highlighting, which doesn't show up in any keyword colors. It's hardly a major issue, but it would be nice if that color was configurable or something that stands out a bit more than the current color palette.
Screenshot with the comparison attached. [image] / comments
I was more referring to the highlighting of the line where there's a difference. If you're looking on the left pane for highlights it seems a lot easier to miss the light blue among all the other b...
Dependencies seem kind of bugged
It now lists basically everything that references a table in any way as a potential dependency to deploy, even if all you were doing was adding an index to the table, and even if the "dependent" ob...
Please make the color to highlight differences configurable
Looks like it was changed from yellow to light blue. Given that most SQL keywords are displayed as blue text, it can make a one-line difference easy to miss while scrolling though. Ideally you coul...
That one makes more sense. I'll try out the patch and post back if it's successfull. Thanks! / comments
That one makes more sense. I'll try out the patch and post back if it's successfull. Thanks!
I can try that registry fix, but I'm a little skeptical that authentication is cuasing this issue, as it can see the table that exists in both databases perfectly fine and works fine if the extra table is removed... / comments
I can try that registry fix, but I'm a little skeptical that authentication is cuasing this issue, as it can see the table that exists in both databases perfectly fine and works fine if the extra t...
Thanks for the quick replies! For now I can just use the GUI (this was more of a test than a critical application), please let me know when the release is in place (my goal is to have this run as a scheduled Windows task). / comments
Thanks for the quick replies! For now I can just use the GUI (this was more of a test than a critical application), please let me know when the release is in place (my goal is to have this run as ...
Hello,
My .bat file is:
C:
cd "C:\Program Files (x86)\Red Gate\SQL Data Compare 9"
sqldatacompare /Project:"C:\DataSynch\Testing.sdc" /Exclude:"table:extratable" /Verbose /Synch >> C:\DataSynch\log.txt
which still gives me the Error: Object reference not set to an instance of an object message.
extratable is the name of the additional table that is only present in the target db. / comments
Hello,
My .bat file is:
C:
cd "C:\Program Files (x86)\Red Gate\SQL Data Compare 9"
sqldatacompare /Project:"C:\DataSynch\Testing.sdc" /Exclude:"table:extratable" /Verbose /Synch >> C:\DataSynch\log...
Error using cmdline with Data Compare
I'm having an issue with the command line interface of DataCompare. My target db has a table that my source db does not (I only care about one table within the two databases). If I run my project f...