Modify SSIS Package

I have created an SSIS export package by right-clicking on a database, choosing 'Export Data', specifying all settings using the wizard, and choosing to Save the SSIS Package, with the SQL Server option checked.

I now want to run the package, and schedule it to run on a regular (daily) basis. The problem I am having is that I can't find the SSIS Package anywhere! I have looked in Microsoft SQL Management Studio, at virtually every element in the tree, and I don't see 'SSIS packages' anywhere. How do I run this package again Is it only available through a stored proc, or via the DTEXEC command Also, how do I modify it, other than going all the way through the wizard and overwriting it

I am using SQL Server 2005. Thanks in advance!



Answer this question

Modify SSIS Package

  • JonathanTew

    Ah HAH! Thank you! I knew it was in there somewhere!

    I must say, when I first learned SQL Server 2000, I hated the fact that there were two interfaces, Query Analyzer and EM. But I got used to it. Now that MS has made it into one app, again I feel lost.

    Thanks for the info.


  • bubberz

    That's great, it helped me too, but now, how do you edit the package through Management Studio

    Thanks

    Jim



  • gebhartj

    To view packages in Management Studio you need to connect to the Integration Services Server in Object Explorer. This is different to SQL Server.

    I think Microsoft have made a bit of a boo boo in asking the user if they want to save to SQL Server - it should be "Save to Integration Services Server".

    -Jamie



  • Modify SSIS Package