Question : Backup Exec 12.5 slow job rate

I have an HP  tape library that needed repairing this week due to a tape stuck in the drive. Now that the library is back, the Backup Exec job rate has dropped from 950-1050 Mb/min to 81Mb/min.

BE is sitting on the file server (Windows 2003 SP2) that's being backed up, and the library is directly attached to the server. I've had this happen before, and BE eventually (weeks, or months later) sees the error of its ways and reverts to the proper job rate, but I can't afford for the backup to take days to run!

Anyone know a solution to this that doesn't involve a complete removal & reinstallation of BE?

Many thanks.

Answer : Backup Exec 12.5 slow job rate

you cannot do like that indeed ...
http://www.experts-exchange.com/articles/Database/Miscellaneous/UPDATES-with-JOIN-for-everybody.html
mysql is unfortunately a bit limited in that regards, but you shall check out this:
1:
2:
3:
4:
5:
6:
7:
8:
9:
Update inv i
SET i.total = ( select SUM(v.quantity * s.charges)
          from invitem v
          JOIN service s
             ON s.idservice = v.idservice
          WHERE v.datetime = i.datetime
            AND v.invoiceid = i.id  --- < I presume this link condition is missing also ...
       )
WHERE i.datetime = @uniquekey
Random Solutions  
 
programming4us programming4us