Denny,
I am actualy trying to run sp_start_job so I can launch an asychronous task from an ASP page. I can set the timeout on the page for a longer period but I want the task to run independant of the user accidenatlly closing the page. I am sending approximately 15,000 emails which are customized for each recepient so even when queuing them.
The customer insist on being able to manually launch the process as he cannot predict when he will have the e-mail body prepared. His technical experience and knowledge are little to none and he has several files to upload before the process begins. To this end, I have created an ASP interface for him to log into, attach his files and upload them. My script takes over at that point and cleans up his files, organizes them and, hopefully, launches the mailing routine(s).
I really didn't want to give rights/access to my ASP scripts to the msdn db if I didn't need to.
Toga