Can I have multiple SQL Backup run on the same server
gsc_ghx
Posts: 73
Can I have multiple SQL Backup run on the same server - Multi threading?
I have a server that has 1200 db's on it - it takes over 14 hours to back these db's up. I would like to have more than one backup running at one time - can SQL Backup 6.4.0.56 PRO do multi-threading? If so - how do I put this in my proc (sql stmt) that we call for our backup job.
Thanks
Geri
:?:
I have a server that has 1200 db's on it - it takes over 14 hours to back these db's up. I would like to have more than one backup running at one time - can SQL Backup 6.4.0.56 PRO do multi-threading? If so - how do I put this in my proc (sql stmt) that we call for our backup job.
Thanks
Geri
:?:
Comments
The limiting factor would be your disk and CPU subsystems - are your database files all on the same or different set of disks, are you writing the backup files to the same or different set of disks, do you have enough CPU capacity to service the various backup threads etc.
SQL Backup Consultant Developer
Associate, Yohz Software
Beyond compression - SQL Backup goodies under the hood, updated for version 8
Thanks Petey.