Activity overview
Latest activity by LouisSomers
Standard keystroke hijacking bugs in SQL source control
When editing a remark in the main Commit tab, I'd typically select some text from the bottom compare pane, for example the name of the stored procedure or a comment. Hitting CTRL-C does not do what...
Hi Victoria, Sorry, RedGate has handled this privately via email (support ticket #285091). It's all registered and working now. I should have closed this. Thanks again, Louis / comments
Hi Victoria,Sorry, RedGate has handled this privately via email (support ticket #285091).It's all registered and working now.I should have closed this.Thanks again,Louis
I tried it now, but I get exactly the same message. / comments
I tried it now, but I get exactly the same message.
Thank you. I finally managed to install Sql Compare 15 by extracting the MSI file form SqlToolbelt and then installing it on the deployment server using an msiexec commandline. Then I tried to activate it with the /allUsers option which does not give the unsupported error any more. Only I run into this problem: "All 5 of the entitlements for serial #### have already been claimed. Login to www.red-gate.com to view your licenses." I logged in but cannot see any seperate DLM license (we used to have one). Is it still possible to run the DLM tools on a server with a toolbelt license (it used to be included) or will we now have to get extra licenses for the build and deployment servers?
/ comments
Thank you. I finally managed to install Sql Compare 15 by extracting the MSI file form SqlToolbelt and then installing it on the deployment server using an msiexec commandline.Then I tried to activ...
Best way to install DLM automation
Hi, we are in the process of migrating our build and deployment environments to new servers.Our build server makes a snapshot that is used by the deployment server whenever a customer decides to up...
When running the same command adding /verbose, the output shows this line three times: Event Aggregator: No registered listeners for RedGate.Compare.CommonUI.Shared.Events.FilterChanged The full log is included in the support ticket (268965). / comments
When running the same command adding /verbose, the output shows this line three times:Event Aggregator: No registered listeners for RedGate.Compare.CommonUI.Shared.Events.FilterChangedThe full log ...
Including or excluding a schema in Filter.scpf seems to have no effect
I am using Sql Compare with the following commandline options:C:\Program Files (x86)\Red Gate\SQL Change Automation PowerShell\SC\SQLCompare.exe
/sourcecontrol1 /sfx:"D:\...\SourceControl.txt"
/r...
Thank you @Peter_Laws I posted a feature request on user voice. Running a post deployment script would work, but we are looking for ways to speed up deployment rather than slow it down. The problem with the excluded table in our .scpf file was that it was included again as a dependency. Disabling dependencies in addition to excluding the table seems to be the best workaround so far. / comments
Thank you @Peter_Laws I posted a feature request on user voice.Running a post deployment script would work, but we are looking for ways to speed up deployment rather than slow it down.The problem w...
Hi Eddie, Thank you for your reply. Does this mean that we have to exclude all stored procedures and functions that use the table? Also all procedures and functions that use those procedures and functions recursively? I don't think this would be a viable solution. In my opinion there should be an option to have the .scpf file overrule dependencies (enabled by default). / comments
Hi Eddie,Thank you for your reply.Does this mean that we have to exclude all stored procedures and functions that use the table?Also all procedures and functions that use those procedures and funct...