* Created an SSIS package that includes certain maintenance tasks on a database tables and indexes using BIDs.
* Copied both the resulting package and manifest files from the bin\Deployment directory to the SQL server machine
* Executed the manifest file, so the package deployment wizard started, I selected the server, authentication type and the maintenance plan as the destination for the SSIS package... The package deployed successfully with no errors
* I connected to SSMS to Integration Services and checked that indeed the package was created inside the Stored Packages > MSDB > Maintenance Plans
* I executed the package and it did execute successfully
Now,
* I connected to SSMS to the Database Engine, then navigated to Management > Maintenance Plans, expecting to find the package there so as to set up a schedule for it... But to my surprise it was not there !!!
Shouldn't the deployed package be also seen inside Management > Maintenance Plans !!
Have I missed anything here...?
Please advise
[Note: I am using Visual Studio 2008 and SQL Server 2008 R2]
Luai7