Comments
Sort by recent activity
Sadly I think it's going to be a bit difficult to diagnose the problem without any specific details. I think your best course of action would be to create a support ticket through the Support section on the website, or by emailing support@red-gate.com. That way we can investigate in a lot more detail and try to diagnose the problem for you. If you can include any logs, that would be really helpful. / comments
Sadly I think it's going to be a bit difficult to diagnose the problem without any specific details. I think your best course of action would be to create a support ticket through the Support secti...
Hi Ramesh,
Unless you're using a much older version, there shouldn't really be an impact. The option is not available in the step template so you'll have to manually add the -IgnoreAdditional switch. / comments
Hi Ramesh,
Unless you're using a much older version, there shouldn't really be an impact. The option is not available in the step template so you'll have to manually add the -IgnoreAdditional switch.
Hi Ramesh,
In that case you might be using a version before this functionality was added. Can you try upgrading to the latest version? Here's a download link - ftp://support.red-gate.com/patches/DLMAutomation/13Mar2017/DLMAutomation.exe / comments
Hi Ramesh,
In that case you might be using a version before this functionality was added. Can you try upgrading to the latest version? Here's a download link - ftp://support.red-gate.com/patches/DL...
Hi Ramesh,
The Powershell cmdlet now includes the -IgnoreAdditional parameter to utilise SQL Compare's /Exclude:Additional switch. If your "Create Release" step in Octopus Deploy is a Powershell script then you should be able to add -IgnoreAdditional to the call to the New-DlmDatabaseRelease cmdlet.
Are you using the Octopus Deploy step templates? If so, the step template hasn't been updated to include this option yet. You could always edit the step template definition manually to add -IgnoreAdditional to the call to the New-DlmDatabaseRelease cmdlet. / comments
Hi Ramesh,
The Powershell cmdlet now includes the -IgnoreAdditional parameter to utilise SQL Compare's /Exclude:Additional switch. If your "Create Release" step in Octopus Deploy is a Powershell sc...
Sadly there isn't a way to override this at the moment. If you'd like to see this implemented then I recommend that you post this suggestion on our UserVoice site.
Sorry. / comments
Sadly there isn't a way to override this at the moment. If you'd like to see this implemented then I recommend that you post this suggestion on our UserVoice site.
Sorry.
Hi,
Sorry that you're experiencing this problem. I've found an error report that I think you submitted. You seem to be on version 5.4.2. Can you try the latest version (5.5.4) to see if that helps? Here's a download link - ftp://support.red-gate.com/patches/sqlsourcecontrol/27Mar2017/SQLSourceControl_5.5.4.5254.exe / comments
Hi,
Sorry that you're experiencing this problem. I've found an error report that I think you submitted. You seem to be on version 5.4.2. Can you try the latest version (5.5.4) to see if that helps?...
Apologies, this is a known issue with reference SQLLH-897. Unfortunately this hasn't been fixed yet, but I'll let you know as soon as I hear about a bugfix. / comments
Apologies, this is a known issue with reference SQLLH-897. Unfortunately this hasn't been fixed yet, but I'll let you know as soon as I hear about a bugfix.
Hi Llewellyn,
Have you disabled the checking of static data? In SQL Source Control's setup tab, look in the Global Options section. Make sure that the "Check for changes to static data" option is checked, because that being disabled could cause that sort of behaviour. / comments
Hi Llewellyn,
Have you disabled the checking of static data? In SQL Source Control's setup tab, look in the Global Options section. Make sure that the "Check for changes to static data" option is c...
Hi Chris,
Unfortunately those tabs don't work correctly at the moment. This issue has ID SQLREL-312, although I don't know exactly when it will be fixed. Fortunately, you've already found the workaround by viewing them in the deployment resources folder. / comments
Hi Chris,
Unfortunately those tabs don't work correctly at the moment. This issue has ID SQLREL-312, although I don't know exactly when it will be fixed. Fortunately, you've already found the worka...
Hi Jon,
Although there isn't a native way to relink databases, you might want to look at Alessandro Alpi's blog post on this subject as he's written his own Powershell script to do the job. We can't support this as it's not our code, but if this is a major pain point for you then you might want to consider it. Here's the link - https://suxstellino.wordpress.com/2016/ ... e-control/
As for the other suggestion, I don't think that's currently being looked at but I'd recommend that you post these suggestions on our UseVoice site. There you can make suggestions and vote on suggestions that other users have made.
Thanks! / comments
Hi Jon,
Although there isn't a native way to relink databases, you might want to look at Alessandro Alpi's blog post on this subject as he's written his own Powershell script to do the job. We can'...