September 18, 2012 at 3:56 pm
Comments posted to this topic are about the item Show Job Run Snapshot
September 26, 2012 at 5:44 am
Tried running the stored procedure
EXEC dbo.spShowJobRunSnapshot('9/16/2012', '9/16/2012 23:59')
But I get the follow Error Message:
Msg 102, Level 15, State 1, Line 1
Incorrect syntax near '9/16/2012'.
September 26, 2012 at 7:01 am
Try:
dbo.spShowJobRunSnapshot '9/16/2012', '9/16/2012 23:59'
September 26, 2012 at 9:34 am
Doh! Thanks
May 9, 2016 at 1:17 pm
Thanks for the script.
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply