As we migrating from sql 2005 to 2008 , in sql 2005 consists of around 200 packages , instead of deleating one by one how can we delete all packages at a time ?
As we migrating from sql 2005 to 2008 , in sql 2005 consists of around 200 packages , instead of deleating one by one how can we delete all packages at a time ?
The SSIS 2005 packages are stored in the msdb.dbo.sysdtspackages90 table. Delete the rows there to delete your packages.