Home Forums SQL Server 2012 SQL 2012 - General Scheduling SSIS Packages with something other than SQL Server Integration Services RE: Scheduling SSIS Packages with something other than SQL Server Integration Services

  • You can use the Windows Scheduler.

    About anything that can schedule a .exe suffices.

    Personally I like SQL Agent the best, and you don't need to import your packages into SQL Server to use it (although it makes the most sense).

    You can schedule packages stored on the file system using SQL Agent.

    Need an answer? No, you need a question
    My blog at https://sqlkover.com.
    MCSE Business Intelligence - Microsoft Data Platform MVP