Activity overview
Latest activity by aaronakin
Well, it looks like I found the fix.
Originally, I installed 5.1 and then ran the 5.2 install. Since this didn't work, I tried running the C:\Program Files\Red Gate\SQL Backup\SQBServerSetup.exe file. After running this, the version finally changed to 5.2 / comments
Well, it looks like I found the fix.
Originally, I installed 5.1 and then ran the 5.2 install. Since this didn't work, I tried running the C:\Program Files\Red Gate\SQL Backup\SQBServerSetup.exe f...
I copied the DLL from "C:\Program Files\Red Gate\SQL Backup\(LOCAL)\Win32" to my binn directory and ran:
DECLARE @value varchar(32)
EXEC master..sqbutility 1030, @value OUTPUT
SELECT @value
This still returns 5.1.0.2781. I even tried to drop the extended procedure and readd it. I even tried to specify the full path to the binn directory just in case, but I still get the same version being returned.
The modified date for the DLL in both locations is 5/21/07. Is this the correct DLL? / comments
I copied the DLL from "C:\Program Files\Red Gate\SQL Backup\(LOCAL)\Win32" to my binn directory and ran:
DECLARE @value varchar(32)
EXEC master..sqbutility 1030, @value OUTPUT
SELECT @value
This st...
5.2 Upgrade Issue
I just upgraded from 5.1 to 5.2.0.2824. When I open the SQL Backup application and go to Help > About, it says the correct version, but when I run EXEC master..sqlbackup, it says SQL Backup v5.1.0...