Here's a query to determine how long it takes Backup Exec to backup servers in a job - Tech & Computer Forums

Go Back   Tech & Computer Forums > Enterprise Business > Enterprise Hardware and Software
Closed Thread
 
Thread Tools Display Modes
 
Old 04-20-2012, 12:32 PM   #1 (permalink)
It's all just 1s and 0s
 
office politics's Avatar
 
Join Date: Jan 2004
Location: in the lab
Posts: 6,237
Send a message via MSN to office politics
Default Here's a query to determine how long it takes Backup Exec to backup servers in a job

I made this today to analyze how long it takes to backup different servers in one Backup Exec Job. A job was running much longer than what we wanted. We needed to determine which server was causing the issue.

I ran this using sql mgmt studio express on the server running backup exec. login using windows auth with domain admin creds.

PHP Code:
select jhd.starttimejhd.endtimedatediff(mi,jhd.starttimejhd.endtime) as lengthMinr.servernamejhd.ratembmin
jhd.numberoffilesjhd.jobtypejhd.jobstatusjhs.jobname from jobhistorydetail jhdresource rjobhistorysummary jhs
where jhd
.starttime '2012-04-19' and jhd.resourceid r.resourceid and jhd.JobHistoryID jhs.JobHistoryID
and jhs.jobname like '%name%'
--order by lengthMin desc
order by starttime 

office politics is offline  
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Brightstor ARCserve Backup job crash T-Wave Microsoft Windows and Software 0 05-23-2007 10:54 AM
Veritas Netbackup vs Backup Exec Kevin34 Microsoft Windows and Software 1 08-24-2006 01:59 PM
Problems with Backup Exec 9 Uninstallation of Remote Agent, do this Osiris Tips, Tricks & Tutorials 0 06-09-2006 01:44 PM
Veritas Backup Exec. Osiris Microsoft Windows and Software 6 06-08-2005 08:36 PM
Backup Exec Macdaddy Microsoft Windows and Software 2 12-06-2004 02:25 PM


All times are GMT -5. The time now is 03:01 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.
Content Relevant URLs by vBSEO