Interview Preparation mode beta
Funny Facebook Status Funny Facebook Status
Enter your email address

How to unzip a File in SSIS?

Nice?Vote!
asked 1 year ago in SSIS Interview Questions and Answers by R (19,530 points)

1 Answer

Nice?Vote!
The following is the process for Unzip a file in SSIS.

- Use Execute Process Task in the Control Flow Task.
- From BIDS, drag and drop an Execute Process Task to the control flow and configure.

In the Execute Process, perform the following configurations:

- Executable: The path of the application that is being used.
- Arguments: Need to supply the arguments to extract the zipped files. –o+ is the default parameter for overwriting files if they exist.
- Working Directory: The current directory for all process.
answered 1 year ago by R (19,530 points)

Related questions