December 12, 2018 at 12:30 pm
Hi, I need to get hundreds of SSIS Packages from the MSDB database out to a Windows folder.
The only way I know is adding one at a time to a BIDS solution.
Does anyone know a way to copy multiple packages at the same time?
Thanks,
Jose
December 12, 2018 at 1:02 pm
December 12, 2018 at 1:21 pm
Thank you, I will take a look at it.
December 13, 2018 at 9:36 am
I want to share what worked for me.
This command, will copy the ssis package to the E drive.
exec xp_cmdshell 'dtutil /SQL PackageName /decrypt password /COPY FILE;E:\Foldername\PackageName.dtsx'
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply