I recently started performing DBA functions for SQL Server 2005, and a request came in that I change a scheduled reporting job. Unfortunately, the person who created the scheduled job didn't document how he scheduled it.
I looked in the SQL Server Agent, and no luck. In addition, the job isnt even listed when I connect to Integration Services. I know its an Integration Services job, because I can see the Windows Event Logs for it when it runs. I also checked Scheduled Tasks, and it was not there either.
Does anyone know what other way an Integration Services job could be run on a schedule? I personally have scheduled other jobs using the SQL Server Agent, but this has been beyond my grasp to figure out.