Viewing 15 posts - 136 through 150 (of 155 total)
Steve Jones - Editor (4/2/2008)
April 2, 2008 at 8:29 am
Ok, that worked. Email received:
DATE/TIME:4/2/2008 10:25:19 AM
DESCRIPTION:Error: 50001 Severity: 16 State: 1 Test error
COMMENT:(None)
JOB RUN:(None)
April 2, 2008 at 8:26 am
I can't say for certain what might have changed 2-3 days ago, but I'm unsure of whether the failure message worked fine before that, because the job wasn't failing before...
April 2, 2008 at 8:09 am
No worries.
Unfortunately, all of the jobs only notify on failure, and at this point, I can only see two jobs (still in the history) that have failed, and both are...
April 2, 2008 at 7:51 am
Yes, notify the default operator on failure
April 2, 2008 at 7:24 am
Yes, I know, that's why I'm confused... I don't see any reference to xp_sendmail
From my original post:
I've tested the exact statement in the stored procedure which sends the mail (exec...
April 2, 2008 at 7:23 am
bump...
Just wondering if anyone else out there can assist with a copy (or alternate location) of this?
April 2, 2008 at 7:22 am
Are you already pretty familiar with your way around Management Studio Express?
April 2, 2008 at 6:23 am
Thanks, that's pretty handy too, since it's not just a list of endless numbers without context. Better to use a temp table like you did, I think... although I...
April 1, 2008 at 9:21 am
I got it working. The only thing I changed was:
SET @string = 'USE ' + @dbname
EXEC @string
SET @string = 'blah blah blah'
to
SET @string = 'USE ' + @dbname +...
April 1, 2008 at 9:15 am
Matt Miller (4/1/2008)
April 1, 2008 at 8:43 am
The last few lines:
FETCH NEXT FROM db_cursor INTO @dbname
...
April 1, 2008 at 8:41 am
When I change the PRINT back to EXEC, I get the following:
21307
0
21307
0
21307
0
21307
0
etc
etc
so somehow I'm not getting past the first database, even though I see that I am in the PRINT...
April 1, 2008 at 7:57 am
March 26, 2008 at 11:43 am
Viewing 15 posts - 136 through 150 (of 155 total)