Forum Replies Created

Viewing 15 posts - 226 through 240 (of 1,118 total)

  • RE: How to use Foreach Loop with Zip Files

    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.

    ---
    SSIS Tasks Components Scripts Services | http://www.cozyroc.com/

  • RE: ZIP excel file in SSIS 2008

    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...

    ---
    SSIS Tasks Components Scripts Services | http://www.cozyroc.com/

  • RE: Dynamic file file connection manager based on values

    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?

    ---
    SSIS Tasks Components Scripts Services | http://www.cozyroc.com/

  • RE: Need help, to load dynamic columns

    touchmeknot (1/6/2011)


    Phil, I never meant to offend you. People agree and disagree with many things.

    But kindly, do not post any reply if your reply discourages others. People post here when...

    ---
    SSIS Tasks Components Scripts Services | http://www.cozyroc.com/

  • RE: Need help, to load dynamic columns

    JustMarie (1/4/2011)


    After I started doing the research into this I found out that even once the files get imported there's processing variations. :rolleyes:

    We have no control over the format...

    ---
    SSIS Tasks Components Scripts Services | http://www.cozyroc.com/

  • RE: Using Integration Services without GUI?

    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,...

    ---
    SSIS Tasks Components Scripts Services | http://www.cozyroc.com/

  • RE: Using Integration Services without GUI?

    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 ,...

    ---
    SSIS Tasks Components Scripts Services | http://www.cozyroc.com/

  • RE: Custom data flow component..

    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...

    ---
    SSIS Tasks Components Scripts Services | http://www.cozyroc.com/

  • RE: Trying to Add New Lines to a Derived Column Task

    Did you try the forward slash, instead?

    ---
    SSIS Tasks Components Scripts Services | http://www.cozyroc.com/

  • RE: Execute sql task

    This looks like a bug in the driver. Try using OLEDB or ODBC driver instead.

    ---
    SSIS Tasks Components Scripts Services | http://www.cozyroc.com/

  • RE: Script Task hanging

    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.

    ---
    SSIS Tasks Components Scripts Services | http://www.cozyroc.com/

  • RE: Extract XML file with multiple element into sql server using SSSI

    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...

    ---
    SSIS Tasks Components Scripts Services | http://www.cozyroc.com/

  • RE: Text File source to OLE DB Destination

    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...

    ---
    SSIS Tasks Components Scripts Services | http://www.cozyroc.com/

  • RE: ADODB.Connection Recordset VBScript to VB.Net For SSIS

    Why not use the standard ActiveX Script Task? You can execute legacy VBScript code like the one you have sent without any changes.

    ---
    SSIS Tasks Components Scripts Services | http://www.cozyroc.com/

  • RE: SSIS and SQLAgent problems saving file to mapped drive when run as job

    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...

    ---
    SSIS Tasks Components Scripts Services | http://www.cozyroc.com/

Viewing 15 posts - 226 through 240 (of 1,118 total)