Viewing 15 posts - 1,036 through 1,050 (of 3,738 total)
You will need a 3rd party tool such as NetVault LiteSpeed for SQL Server or Redgate SQL Backup Pro.
April 4, 2013 at 11:23 am
You know I just realized that and I was going to edit my post.
Thank you!
April 1, 2013 at 11:34 am
Well thank you. That is nice but I'm looking for is the Start Datetime, End Datetime and elapsed time for each step for a single job.
April 1, 2013 at 11:07 am
I came up with something that works.
SELECT DISTINCT j.Name ...
April 1, 2013 at 6:25 am
Lynn Pettis (3/31/2013)
March 31, 2013 at 2:22 pm
Lynn Pettis (3/31/2013)
Welsh Corgi (3/31/2013)
Welsh Corgi (3/31/2013)
Lynn Pettis (3/31/2013)
SELECT
j.job_id,
s.srvname,
j.name,
js.step_id,
...
March 31, 2013 at 1:56 pm
Welsh Corgi (3/31/2013)
Lynn Pettis (3/31/2013)
SELECT
j.job_id,
s.srvname,
j.name,
js.step_id,
js.command,
...
March 31, 2013 at 1:45 pm
Lynn Pettis (3/31/2013)
SELECT
j.job_id,
s.srvname,
j.name,
js.step_id,
js.command,
...
March 31, 2013 at 1:33 pm
Lynn Pettis (3/31/2013)
Welsh Corgi (3/31/2013)
Lynn Pettis (3/10/2013)
Welsh Corgi (3/10/2013)
Lynn Pettis (3/10/2013)
March 31, 2013 at 1:10 pm
Lynn Pettis (3/10/2013)
Welsh Corgi (3/10/2013)
Lynn Pettis (3/10/2013)
March 31, 2013 at 1:01 pm
Lynn Pettis (3/31/2013)
March 31, 2013 at 1:00 pm
Try executing the query.
The code does not do what I intended.
March 31, 2013 at 12:42 pm
I'm trying to format the LAST_RUN_Date and the END_RUN_TIME in the Job history table but I'm not cutting it.
I hoping to get the DateTime Formated correctly for the Start and...
March 31, 2013 at 9:43 am
Duplicate post. Do not reply.
http://www.sqlservercentral.com/Forums/Topic1435672-1550-1.aspx#bm1435678
March 26, 2013 at 2:03 pm
Reinstalled Reporting Services but it retained the ReportingServices Configuration Files which prevented me from entering the Web Services URL.
Removing install and I will manually delete the WebSerives Files Directory and...
March 26, 2013 at 1:44 pm
Viewing 15 posts - 1,036 through 1,050 (of 3,738 total)