I have to do extraction of zipped file using SSIS, I could think of two available option 7zip or Script Task using
System.IO.Compression.ZipFile.ExtractToDirectory()
function.
I need a suggestion which is more efficient approach?
Any other more efficient approach is welcomed.