Activity overview
Latest activity by jschwarz
I opened this same question as a support ticket, and although RedGate does not have a supported method of making this happen, they did direct me to this link https://alessandroalpi.blog/2016/06/28/automatically-link-databases-to-red-gate-sql-source-control/
I've seen several threads in the forum asking for the same or similar, but I haven't seen anyone pass along this link yet. I am adding it here for the benefit of everyone seeking to do the same.
I will be trying out this method today and will report back the results. / comments
I opened this same question as a support ticket, and although RedGate does not have a supported method of making this happen, they did direct me to this link https://alessandroalpi.blog/2016/06/28/...
Wow Pete, that thread is two years old! uh, thanks i guess...
Have started another thread recently, two years later, still the same problem, at least i'm not spam anymore?!? hard to find a "forum" useful that put me in the spam bucket for two years / comments
Wow Pete, that thread is two years old! uh, thanks i guess...
Have started another thread recently, two years later, still the same problem, at least i'm not spam anymore?!? hard to find a "forum...
ChrisMeek, you may find this link to have the information that you need... https://alessandroalpi.blog/2016/06/28/automatically-link-databases-to-red-gate-sql-source-control/ / comments
ChrisMeek, you may find this link to have the information that you need...https://alessandroalpi.blog/2016/06/28/automatically-link-databases-to-red-gate-sql-source-control/
Can sqlcompare commit a brand new database to svn via cli?
As part of our new database creation process, we would like to automate the sourcing of new databases so that it can be done as part of an automated workflow. Here is the basic command I've tried ...
This is still not working properly, i tried to upload details as a reply to this thread, but my updates are being treated as SPAM! / comments
This is still not working properly, i tried to upload details as a reply to this thread, but my updates are being treated as SPAM!
I've also tried adding the "Database1" parameter to the command to specify the database name, but it seems to be an incompatible combination of swithces...
- Error: The /sourcecontrol1 switch cannot be used in conjunction with the /database1 switch. Please use SQLCompare.exe /? or SQLCompare.exe /verbose /? for more information. / comments
I've also tried adding the "Database1" parameter to the command to specify the database name, but it seems to be an incompatible combination of swithces...
- Error: The /sourcecontrol1 switch canno...
AddDatabaseUseStatement not giving desired result
I have added the option AddDatabaseUseStatement to a command line comparison that creates a sql script by comparing database objects from two Source Control Revisions to each other.
The resulting s...
Chris, you were close... the dialogue box that it's trying to display is the box that asks if I would like to "help improve RedGate Software".
I did check the registry, and add permissions as you suggested. I still encountered the same problem.
In order to get this error to disappear, I had to log into the server as the service account that ends up executing the stored proc, and manually run SQL Data Compare from the command line, and click through the "help improve RedGate" pop-up. Now it will work when executed through the stored proc.
Although I did click "No" on the "help improve RedGate" prompt, I do have a suggestion... / comments
Chris, you were close... the dialogue box that it's trying to display is the box that asks if I would like to "help improve RedGate Software".
I did check the registry, and add permissions as you ...
Modal dialog box exception.
I have created a stored procedure that will call a powershell script that subsequently executes a Sql Data Compare from the command line.
The stored proc passes variables to the powershell script t...