Forum Replies Created

Viewing 15 posts - 16 through 30 (of 1,118 total)

  • RE: General SSIS package to export any table into .csv

    For the process you want to accomplish using the standard SSIS will not be much of help and will in fact make your solution even more complicated.

    If you still want...

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

  • RE: Improve Performance of Lookup Transformation

    How did you determine the Lookup transformation is what slows you down? I believe the issue is the OLE DB Command transformation. Try loading the update rows into a staging...

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

  • RE: ftp task - PGP public key

    If you can use third-party solutions, check the commercial COZYROC OpenPGP Task. It is completely integrated in SSIS and very easy to use.

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

  • RE: Tip needed - Change Connection on several containers at the same time

    CptCrusty1 (2/28/2013)


    I'm not a .Net developer and have very little familiarity with creating utilities so this option wouldn't work for me with out turning it into a project that would...

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

  • RE: Automating Excel via SSIS and SQL Agent

    Excel automation from SQL Job Agent will not work because the Excel automation is based on running the Excel application itself. The Excel application is desktop application which requires full...

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

  • RE: Connecting to CRM 2011 Web Service using SSIS 2008

    Another inexpensive alternative for SSIS is the COZYROC SSIS+[/url] library. It includes Dynamics CRM adapters among many other useful extensions. All deployment types are supported: Premise, Live, Hosted, Federation. No...

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

  • RE: SSIS script task to connect to website

    opc.three (11/15/2012)


    CozyRoc (11/15/2012)


    Check here for sample code.

    The site says under Requirements:

    Depends on CozyRoc Script Task Plus component for implementing parameters user interface.

    Is CozyRoc Script Task Plus something that must be...

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

  • RE: SSIS script task to connect to website

    Check here for sample code.

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

  • RE: load zipped file to the table

    If you can use third-party solutions, check the commercial COZYROC Zip Task. It is completely integrated in SSIS.

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

  • RE: upload using flat file source

    harri.reddy (10/25/2012)


    ok,but we have to supply two files xml and .dat

    will xml will be same for all files or it will be different,i am getting files from different companies.

    if it...

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

  • RE: upload using flat file source

    harri.reddy (10/25/2012)


    ok,but i am getting multiple file in a folder,how can i pass file in edi source so that it can pick up one by one

    You can setup the input...

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

  • RE: upload using flat file source

    harri.reddy (10/25/2012)


    i am getting all this files from client ,so i cant have configuration

    They have to provide spec file for it. Otherwise it will be impossible or very hard to...

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

  • RE: upload using flat file source

    The EDI Source component is part of the SSIS+ library. You can download the latest version from here. There are separate installers for 32bit and 64bit systems. When you test...

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

  • RE: IS it possible to have dynamic sql in ole db src where the table is the part that is dynamic?

    As Koen have stated this is not possible with the standard SSIS, which only supports static metadata. This means you have to create separate data flow for each table you...

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

  • RE: upload using flat file source

    This look like EDI file. If I'm correct, then you can forget about processing it with the regular Flat File Connection Manager. The EDI format is hierarchical and more similar...

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

Viewing 15 posts - 16 through 30 (of 1,118 total)