question

bheemram avatar image
bheemram asked

Convert SSIS package to Powershell script

Hi, I am a new to powershell scripts. I need to convert SSIS package (dtsx) to powershell. Can someone please point me to any tutorial or link that helps me convert. Thanks.
ssispowershell
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
JohnM avatar image
JohnM answered
As far as I know, there isn't a tool/process available to "convert" an SSIS package to powershell. A SSIS package is really an XML file that gets parsed/compiled by the Integration Services engine which then performs various things against data of some sort. Powershell is a programming language that can probably do just about anything SSIS can, however you will most likely have to manually construct the logic to tell it to do what you want.
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.