|
|
|
|
Can I mix use Your SQL Server backup software and Microsoft SQL Server Agent in backing up a database? Back
For most user , the answer is "NO".
If you define backup jobs for same database in both backup utilties, Microsoft SQL Server dose not record the program who create backups. When you plan to restore this database , you will find you are in a complicated situation , such as, you may need a full backup created by SQL Server Agent and a differential backup created by SQL Server Backup software.
It is strong recommended that you just select one SQL Server Backup utility to back up your database.
|
|
|