Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Administration - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 6525

Query to find backup job information!!

$
0
0
So i have several queries which give me the list of job information for each database names.I do not want to see db name columnI am looking for query which should not display more than two rows for each computer/instance1) first row should have system backup job name and start/end time2) second row should have user backup job name and start/end timeWhat i am looking for is Query which will display this result:Computer/Instance Name Job Name Job Start time Job End time Total time it took to ran this jobthis not necessary should be in same format.My end result what i am looking for is:computer/instance name, system job name and its start/end time and duration it ran and user job name and its start/end time and duration it ran

Viewing all articles
Browse latest Browse all 6525

Trending Articles