These pages cover SQL Backup Pro 8.0. Help for older versions is also available.
When installing the SQL Backup Pro server components on a SQL Server instance using the SQL Backup Pro graphical user interface, the following error may arise:
To resolve this issue, install the server components manually:
If the error persists, install the sqbutility extended stored procedure manually by running the following command against the master database of the SQL Server:
execute sp_addextendedproc sqbutility, "xp_sqlbackup.dll"
If xp_sqlbackup.dll is not found, copy the file from the SQL Backup Pro server components installation folder to the SQL Server Binn folder, then run the command again. By default, xp_sqlbackup.dll is installed in:
Note that the extended stored procedure is platform specific.
By default, the SQL Server Binn folder is found at %ProgramFiles%\Microsoft SQL Server\MSSQL.x\MSSQL\Binn