Comments
2 comments
-
Hi Terri,
The SQL Backup Agent does pretty much everything, to be honest. In version 3, the extended stored procedure used to simply call sqlbackupc.exe. Now, the xp sends commands to the Agent via a Windows mutex and the service does all of the backup work. This approach makes the program more modular, secure, and reliable in the sense that much less of the work is done in the SQL Server process. -
Thank you, that is most helpful!
Add comment
Please sign in to leave a comment.
thanks