Spent 2 days configuring an SSIS package. Just got everything configured the way it needed to be. Noticed the package didn't have a good name so I renamed it and now is deleted!!!
Is there any way to restore this?
Spent 2 days configuring an SSIS package. Just got everything configured the way it needed to be. Noticed the package didn't have a good name so I renamed it and now is deleted!!!
Is there any way to restore this?
If it's deleted from file system then there is no other way than using data recovery software. You can easily find one online (open source/trial version).
If you have deployed package before deletion then you can recover it from MSDB.
Extracting SSIS package definition from MSDB
export an SSIS package to a .dtsx file
SSIS Package Extract from MSDB
Copying SSIS packages deployed on SQL Server back to Visual Studio