Comments
Sort by recent activity
(1) Yes, the registry value for 'BackupDirectory' was changed. We had manually set these values on my 70 servers. As doing upgrade to v5.2, then found backups starting failing on space, discovered 'BackupDirectory' was now set back to same as "DATA" path. (2) We exclusively run via RedGate backup. / comments
(1) Yes, the registry value for 'BackupDirectory' was changed. We had manually set these values on my 70 servers. As doing upgrade to v5.2, then found backups starting failing on space, discover...
We noticed the installation changes the DEFAULT BKUP PATH registry setting for SQL. During UPGRADES, this causes a problem, especially on Clusters, where we have multiple drives defined for SQL. RedGate install reconfigures the DEFAULT BKUP PATH registry setting to same as DATA path.
If DBA is not paying attention, he uses room on his DATA drive.
Have install ASK us, or not change at all. / comments
We noticed the installation changes the DEFAULT BKUP PATH registry setting for SQL. During UPGRADES, this causes a problem, especially on Clusters, where we have multiple drives defined for SQL. ...
We saw this setting, and put it into our local installation document to immediately turn that option off. BACKUP svc stopping is not enough reason to fail over a cluster.
We're touching this value when we go in and also define the dependencies, which are not being set as well. / comments
We saw this setting, and put it into our local installation document to immediately turn that option off. BACKUP svc stopping is not enough reason to fail over a cluster.
We're touching this value...
Brian,
Thanks. The reboot resolved the issue. / comments
Brian,
Thanks. The reboot resolved the issue.
Brian,
Thanks. I will re-try this week to see if issue may have resolved. I may retry after nodes get reboot too. / comments
Brian,
Thanks. I will re-try this week to see if issue may have resolved. I may retry after nodes get reboot too.
I need to eliminate a result set from your code. Below returns empty result set from call to sqbutility, and since I am not super VB programmer, I don't know how to get around that.
Can I get it to not return empty result set? DECLARE
@CurrentSQBVersion NVARCHAR(50)
BEGIN
SET NOCOUNT ON
EXECUTE master..sqbutility 1030, @CurrentSQBVersion OUTPUT
SELECT @CurrentSQBVersion AS [RedGate_Version]
/* The version is returned in @CurrentSQBVersion. */
END
results
result
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
RedGate_Version
--------------------------------------------------
4.6.0.815
/ comments
I need to eliminate a result set from your code. Below returns empty result set from call to sqbutility, and since I am not super VB programmer, I don't know how to get around that.
Can I get it ...
Brian,
I thought about trying this but hadn't done it. This solution works. Thanks for feedback. / comments
Brian,
I thought about trying this but hadn't done it. This solution works. Thanks for feedback.
(deleted) / comments
(deleted)
thanks Eddie. / comments
thanks Eddie.
Eddie.
There are two files within SQB_6_5_2_18.zip
I am unable to find doco on patch. Do I copy / replace files on my machine with these two? / comments
Eddie.
There are two files within SQB_6_5_2_18.zip
I am unable to find doco on patch. Do I copy / replace files on my machine with these two?