March 26, 2004 at 12:06 am
March 26, 2004 at 4:48 am
here this should help
backup database northwind
to disk='c:\n1.bak', disk='c:\n2.bak'
with init, name='test'
March 26, 2004 at 5:25 am
I have read somewhere that the backups devices shoudn't be more than the quantity of processor you have on your server.
I know that with multiple backup devices, you have multiple threads in paralell. But many backup devices can cause any problem?
March 26, 2004 at 6:08 am
Yes that is right. The reason is only one thread at a time can be processed per processor (except with hyperthreaded cpu's) so for each to run the CPU has to divide time between all the threads currently running. The more threads you add the faster the division occurrs and thus the system will start slowing down processing. I have always read thou it was no more than one per processor + 1 but that has been debated and with backups I would suggest 1 per processor for safety.
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply