Where does SQL Server store the SSIS packages?

sql-server, ssis

Solution

I use SQL Server 2005 in combination with Visual Studio 2005. So all my SSIS projects by default will be at

C:\Documents and Settings\santosh\My Documents\Visual Studio 2005\Projects

Let me know if you have your SQL Server set up in a different environment or if you have made changes to your Visual Studio options.

If you dont find your projects at above mentioned location, look at the defined default projects path in Tools>Options in Visual Studio.

This should help.

Problem

Where does SQL Server store the SSIS packages?

Original source