Scheduling SSIS Package for execution
- Launch SQL Server Management Studio.
- In the Server type, select Database Engine.
- Specify the Server Name where Database Services is installed.
- Under the SQL Server Agent tree, locate the Jobs folder.
- Select Jobs, and then right-click it to start the Job creation process. The information in the General, Steps, and Schedules pages is required.
- Specify the Job Name.
-
Select the Steps page and then click
the New to add a step and specify
this information:
Parameter Value Step Name ex. HRCM BI SSIS Type SQL Server Integration Services Package Run as SQL Server Agent Service Account Package Source SSIS Catalog Server Server Name. For example "." for local server Package Click the ellipsis (…) to select the package that is being deployed to Integration Services Catalog in the previous step. For example, “\SSISDB\HRCMBISSIS\HRCMBISSIS\CDNHosp_ETL.dtsx” - Select Schedules.
- Click New to configure the timing for the update. Select a time after the Day End processing is completed.
- Click OK to schedule the job to perform the updates.