Viewing 2 posts - 1 through 3 (of 3 total)
Hi David
I got that last one to work, however, I ran into another problem that maybe you can help out with. On job step 2, 'Recently Started', I get...
July 24, 2008 at 6:33 am
#847677
Hello
I am getting this error at job step s01:
Msg 102, Level 15, State 1, Line 5
Incorrect syntax near '('.
-- Get Job Name
SET nocount ON
DECLARE @JobName sysname
SELECT @JobName = [name]...
July 22, 2008 at 12:21 pm
#846616