Viewing 15 posts - 226 through 240 (of 1,118 total)
If you can use third-party solutions, check the commercial CozyRoc Zip Task. It supports Zip, GZip, BZip2, Unix (rfc1950) and Tar archives and it is completely integrated inside SSIS.
January 14, 2011 at 12:32 pm
pujain (8/17/2010)
Hi,can anybody explain me how can i zip excel file in SSIS package?
thanks
Puneet
Puneet,
If you can use third-party solutions, check the commercial CozyRoc Zip Task. It is completely integrated inside...
January 14, 2011 at 12:27 pm
Hi,
You cannot change the OLEDB Source connection dynamically at runtime. However you can change the OLEDB Connection Manager parameters dynamically using expressions. Have you tried this?
January 14, 2011 at 12:24 pm
touchmeknot (1/6/2011)
But kindly, do not post any reply if your reply discourages others. People post here when...
January 6, 2011 at 8:30 pm
JustMarie (1/4/2011)
We have no control over the format...
January 4, 2011 at 9:15 am
This looks much more like what I have in mind, but I don't think I can pay for it and don't like the extra level of indirection. In addition,...
December 30, 2010 at 11:41 am
Have you seen Varigence's BIML product? You can generate complete SSIS packages using XML specification and you can also use .NET based scripting. If you are .NET -oriented developer ,...
December 30, 2010 at 10:26 am
Developing custom data flow component is not pretty. May I ask you how would you know which columns are mapped to which destination table columns? Are you going to have...
December 16, 2010 at 8:44 am
Did you try the forward slash, instead?
December 9, 2010 at 10:47 am
This looks like a bug in the driver. Try using OLEDB or ODBC driver instead.
December 9, 2010 at 10:38 am
Hi Steve,
The script is simple enough. I would concentrate on the variables. You probably have contention where the same variable is being accessed from multiple simultaneous places.
December 5, 2010 at 3:37 pm
Without knowing what's your input XML file, I would say use the standard Merge component to combine inputs into a merged view. You will need key columns to make this...
December 5, 2010 at 3:33 pm
Can you go to the package execution log view and tell us what is the complete error? You can right-click on the line of error and copy the complete text...
December 5, 2010 at 3:26 pm
Why not use the standard ActiveX Script Task? You can execute legacy VBScript code like the one you have sent without any changes.
December 5, 2010 at 3:21 pm
As da-zero said you should not use mapped drives, but specify the complete share path instead. The mapped drives setup is associated with the settings of the user account and...
November 26, 2010 at 5:47 am
Viewing 15 posts - 226 through 240 (of 1,118 total)