Comments
3 comments
-
Running
sp_addextendedproc sqbutility, 'xp_sqlbackup.dll'
should register the extended stored procedure. -
petey, I did that already and it still doesn't work.
in the sql backup gui, I am unable to expand the cdb01 instance nor does it list the 6 databases associated with this instance, it has a red box next to it like it doesn't think the sql server is up. I couldn't install the sprocs and so forth so I had to drop the extended sproc.
I am running sql 2005 w/ sp1 btw. Not sure if that helps. -
nevermind, I just saw the announcement for 4.2 that will support sql 2005 w/ sp1.
Add comment
Please sign in to leave a comment.
I'm having some problem installing red-gate sqlbackup 4.1 on my sql 2005 box.
I had to enable the xp_cmdshell xproc
had to manually register :
Then, I tried it again but now in the "checking service application version" I am getting:
Could not find stored procedure 'master..sqbutility'. (2812)
in "checking extended sproc DLL version"
I am getting:
Could not find stored procedure 'master..sqbutility'. (2812)
I know the uqbutility isn't in the master database, so the question is how do I get it there?
thanks.