Argh! I created an SSIS package via an Import Wizard and I can't find the SSIS packages on the server using Management Studio. Execute an SSIS package doesn't appear as an option when I go into job scheduler, either.
How to view the SSIS packages in SQL Server Management Studio
sql-server-2005ssisssms
Related Question
- Sql-server – Check if table exists in SQL Server
- Sql-server – Removing the remembered login and password list in SQL Server Management Studio
- Sql-server – the best way to auto-generate INSERT statements for a SQL Server table
- Sql-server – Import / Export database with SQL Server Server Management Studio
- Sql – How to do an UPDATE statement with JOIN in SQL Server
- Sql – Saving changes after table edit in SQL Server Management Studio
- Sql Server ‘Saving changes is not permitted’ error ► Prevent saving changes that require table re-creation
- Where is SQL Server Management Studio 2012
Best Solution
When you start SSMS, it allows you to choose a Server Type and Server Name. In the server type dropdown, choose "Integration Services" and connect to the server.
Then you'll be able to see what packages are in the db.