Comments
2 comments
-
Hello,
The SQL error 112 issue had to do with the buffers used to to hold backup data when backing up to a network share.
This was fixed in version 4.x by adding the MAXDATABLOCK backup parameter, which allowed you to manually configure the buffer size.
I don't think that there is a solution for 3.x. I can say that there were some updates for the 3.2 release. If you don't have the xp_sqlbackup.dll version 3.2.0.5 and the SQL Backup program version 3.2.0.10, then maybe you can try downloading these from ouf FTP site (ftp://ftp.red-gate.com) and apply them to your installation.
Hope this helps! -
Brian,
Thanks for the info. I checked server in question and the file version for the dll is 3.2.0.1 and the exe is 3.2.0.1. I will download the suggested files and see if that makes a difference.
Add comment
Please sign in to leave a comment.
'-SQL "BACKUP DATABASE TO DISK = WITH COMPRESSION = 2, ' + ' LOGTO = , ' + 'password = [xxxxxxxxx], ' + 'init"'
Thank you