Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where are SSIS Packages Saved?

Tags:

I right clicked on a Database in the object explorer of SQL Server 2008 Management Studio. I went to Tasks > Import Data, and imported some data from a flat text file, opting to save the package on the server.

Now how the heck do I get to the package to edit or run it again? Where in SQL Server Management Studio do I go? I've expanded everything and I can't find it. It's driving me nuts.

like image 613
Chris Avatar asked Apr 29 '10 20:04

Chris


People also ask

How do I find my SSIS package history?

Several reports are built into SSMS and query the SSIS catalog. The easiest way to view the reports for a package is to right-click on the package and select Reports ⇒ Standard Reports ⇒ All Executions (see below screenshot). The All Executions report shows the package execution history.


1 Answers

If you connect to the Integration Services instance on the server (different choice in the dropdown from "Database Engine" when you connect in SQL Server Management Studio), they'll be under the MSDB folder under Stored Packages.

like image 100
Daniel DiPaolo Avatar answered Feb 28 '23 20:02

Daniel DiPaolo