Viewing 4 posts - 1 through 4 (of 4 total)
You see. This is why I love this site. Absolutely brilliant. Now I know, and can give that answer to someone else when they ask me. Thanks a million!!
December 10, 2005 at 10:16 pm
I'm not sure if you were just paraphrasing your global.asa above or not...but if you were NOT paraphrasing, you forgot to use Sub Application_OnStart(). I see that you have an...
August 5, 2005 at 7:51 am
I think you may have to use the "MSDB" DB or include "USE MSDB" prior to the store proc, like this...
USE MSDB
EXEC SP_HELP_JOB @job_name = 'JOBNAME'
June 16, 2004 at 8:26 am
quote:
Granted, I'm a newbie, so bear with me.I've got a DTS package that only has 3 steps.1) drop a table2) create a...
March 7, 2003 at 8:45 am
Viewing 4 posts - 1 through 4 (of 4 total)