how schedulling the SSIS package?

  • Hi, i have a SSIS package and wants schedule it every morning.

    can any one help?

  • The easiest way would be to create a SQL Server Job.

    When defining the jobstep select "Sql Server Integration Services Package" under type. The enter the location of your package and eventually set some options like logging the way you need them.

    Alternatively you can create a scheduled task on your server to run dtexec.exe.

    [font="Verdana"]Markus Bohse[/font]

  • Thanks for idea ...i got it

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply