Forum Replies Created

Viewing 15 posts - 511 through 525 (of 1,118 total)

  • RE: SSIS Error Message HELP!

    Concentrate on this error:

    "The version of component "Flat File Source" (363) is not compatible with this version of the DataFlow"

    It looks like there is a mismatch between the SSIS version...

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

  • RE: Edit Text in file before working with it

    Paul_Harvey (12/8/2009)


    Hi All,

    For reasons outlined in my previous topic, http://www.sqlservercentral.com/Forums/Topic829742-148-1.aspx, I need to find a way to automatically edit an XML file to replace ampersand characters with either & or...

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

  • RE: SSIS versions

    mwwheeler (12/8/2009)


    If I create an SSIS package with visual studio 2008, can this be run in a SQL server 2005 database ?

    No, it is not possible. You have to have...

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

  • RE: Flat File Source Unicode

    rfugikawa (12/7/2009)


    Hello,

    I need to identify if a flat file is Unicode or not by SSIS (Script Task). It's happens because sometimes the file's sponsor creates a file in a Windows...

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

  • RE: How to encrypt the data using script in ssis

    If you are looking for easier encryption alternative and can use third-party solution, check the commercial CozyRoc OpenPGP Task.

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

  • RE: Flatfile as a Lookup in SSIS

    bmraja77 (10/10/2009)


    is it possible to use flat file as a lookup file.?

    If you can use third-party components, check the commercial CozyRoc Lookup component. You can load the flat file in...

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

  • RE: Weird SSIS recordset issue

    stricknyn (11/20/2009)


    CozyRoc (11/20/2009)


    You can definitely load your data directly in data set. However you have to implement a script component for that. Regarding the release of the COM object I...

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

  • RE: SSIS and ODBC account in IBM Universe

    Can you include the complete error message?

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

  • RE: SSIS Flat file source varying column and text delimiter issue :crying:

    Writing correct CSV parser is not trivial. I would suggest you find existing code and use it as a starting point. This project looks promising.

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

  • RE: SSIS Flat file source varying column and text delimiter issue :crying:

    I would suggest you manually process this irregular file by implementing source script component.

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

  • RE: Problem with Script task and FTP GetListing

    Check strFiles if it is NULL. It should be something like

    If Not strFiles Is Nothing Then

    ...

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

  • RE: The Profiling Task gets stuck

    paul.pauldj54 (11/27/2009)


    Hi:

    I'm trying to assess the data inside a SQL Server 2005 database. I'm using the profiling task of the SSIS 2008.

    I'm selecting all the profile request in the profile...

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

  • RE: Weird SSIS recordset issue

    stricknyn (11/20/2009)


    I see. That's interesting because I always thought objects were ByVal when declared instead of ByRef. So that means Im assuming that if I change some data...

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

  • RE: Weird SSIS recordset issue

    stricknyn (11/20/2009)


    Oh, forgot one last question on this. If I load the data right into datatable object in my first dataflow task, do I have to declare an instance...

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

  • RE: Weird SSIS recordset issue

    stricknyn (11/20/2009)


    CozyRoc (11/20/2009)


    You can definitely load your data directly in data set. However you have to implement a script component for that. Regarding the release of the COM object I...

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

Viewing 15 posts - 511 through 525 (of 1,118 total)