SQL SERVER – Running SSIS Package in Scheduled Job

I previously wrote article SQL SERVER – Import CSV File into Database Table Using SSIS. I was asked following question by reader that how to run the same SSIS package from command prompt. In response to the same I have written article SQL SERVER – Running SSIS Package From Command Line. Within few minutes of the blog post, I received email from another blog reader asking if this can be scheduled in SQL Server Agent Job.

Absolutely, SSIS package can be scheduled in SQL Agent Jobs. Here is quick note on how one can do the same.

First you can create new job from SQL Server Agent Menu.

SQL SERVER - Running SSIS Package in Scheduled Job packagerun1

Create New Step.

SQL SERVER - Running SSIS Package in Scheduled Job packagerun2

Select Type as SQL Server Integration Services Packages. Select Package Source as file system and give package path.

SQL SERVER - Running SSIS Package in Scheduled Job packagerun3

Now click on OK, which will bring you at following screen.

SQL SERVER - Running SSIS Package in Scheduled Job packagerun4

On next screen you can select schedule and configure desired schedule.

SQL SERVER - Running SSIS Package in Scheduled Job packagerun5

SQL SERVER - Running SSIS Package in Scheduled Job packagerun6

You can notice this is very easy process. Let me know if you have any further questions.

Reference : Pinal Dave (https://darkslategrey-bat-805937.hostingersite.com)

SQL Scripts, SQL Server, SQL Utility
Previous Post
SQL SERVER – Download PowerPivot Security Architecture Diagram
Next Post
SQL SERVER – What is SQL Azure

Related Posts

Leave a Reply