Activity overview
Latest activity by ryan_helms
Hello,
I found the solution after playing around a bit. I added the WorkingDirectory attribute to the <Exec> tag and poof, it worked.
Working Example:
<Exec WorkingDirectory="C:\Program Files\Red Gate\SQL Compare 7\" ~>
Hope this helps someone.
Thanks[/b] / comments
Hello,
I found the solution after playing around a bit. I added the WorkingDirectory attribute to the <Exec> tag and poof, it worked.
Working Example:
<Exec WorkingDirectory="C:\Program Files\Red G...
Help- 9009 error that will not let me MSBuild script succeed
Hello,
I am having an issue with running the command-line portion of sqlcompare 7.1. We are using it to ensure our remote development db schema stays syncronized with our local development db schem...