Forum Replies Created

Viewing 15 posts - 31 through 45 (of 1,118 total)

  • RE: How to Dynamically Change Oledb Source and Excel File in Excel Destination.

    Can you elaborate what will your source SQL statement contain? Are you going to refer to the same columns in each iteration of your loop or the columns will vary?

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

  • RE: Importing XML Attributes via SSIS

    Hi Dan,

    You may have to use XSLT to transform the input XML document, before you process it with the XML Source component.

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

  • RE: imoprt XML Data from xml file having more than 15000 charecter row to sql server destination using ssis

    Try changing the column type to DT_NTEXT.

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

  • RE: Error while running a package through job that downloads files for SFTP server

    Hi Lukesh,

    I think you are using the default EncryptSensitiveWithPassword option for package protection level. This option will only work if you use exactly the same user account to execute the...

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

  • RE: Linked Server connection to Netsuite

    I can suggest an alternative for you to check. It is for SQL Server Integration Services. The latest version of COZYROC SSIS+[/url] library includes NetSuite adapters. You can both read...

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

  • RE: MSSQL Linked server to Netsuite cloud

    I can suggest an alternative for you to check. It is for SQL Server Integration Services. The latest version of COZYROC SSIS+[/url] library includes NetSuite adapters. You can both...

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

  • RE: Multiple Source to Multiple Destination package

    The standard SSIS Data Flow Task requires statically defined metadata and therefore requires setup of separate data flow for each source -> destination combination. If you can use third-party solutions...

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

  • RE: SSIS V's Jitterbit

    VygonDBA (3/23/2012)


    We have a couple of in-house servers running Jitterbit along side SQL Server 2008 R2 and was wondering if anyone has had any dealing with Jitterbit and whether it's...

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

  • RE: Save Outlook mail file (.msg) using SSIS 2005

    This is a duplicate post.

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

  • RE: Save mail files(.msg) from Mail Server using SSIS 2005

    bhushan_juare (9/5/2012)


    Hi Guys,

    I am working on SSIS packge where I want to save mail files(.msg) coming from Mail Server along with attachment using SSIS 2005

    Kindly provide links if its...

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

  • RE: SSIS FTP writes big temp files to profile folder on C...

    Hi Ken,

    Can you check the following article?

    Post back your results.

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

  • RE: SSIS Problem with Script Task

    It looks like you are modifying a reference to a variable with expression, which is incorrect. You have to setup variable which value is dynamically modified with expression.

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

  • RE: data pump into MySQL

    I'll let you know how my testing goes. Thank you for this exchange, and the others we have been carrying on. It has been very useful to me, and hopefully...

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

  • RE: data pump into MySQL

    I was trying to find if MySQL themselves have documentation somewhere explaining the performance difference, but I couldn't find any.

    The only explanation I have is what I have mentioned earlier....

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

  • RE: data pump into MySQL

    Knowing enough about MySQL APIs to be dangerous I would be quite interested to know how you're outperforming the methods mentioned on this thread by 30x. Do you have any...

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

Viewing 15 posts - 31 through 45 (of 1,118 total)