OrWolf
MIS
- Mar 19, 2001
- 291
I have a DTS package with an active X script to prompt the user to update a start and end date. I'd like to be able to run the same package using a SQL job and accept the default values. Is it possible in the Active X to determine if it's being run via a job? That way if it's running via a scheduled job it will accept the defaults set by code otherwise prompt the user to confirm. Any suggestions would be appreciated.