Forum Replies Created

Viewing 15 posts - 136 through 150 (of 1,118 total)

  • RE: How to mimic a transaction when MSDTC isn't available

    There is no solution or "trick" in SSIS that provides behavior similar to MSDTC. The approach you have described is the right approach based on the requirements you have.

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

  • RE: Blob field Help (SSIS)

    Your question is very unclear. Can you post more details what kind of problem do you have? What is the exact error message you get?

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

  • RE: how to run the tasks in parallel manner

    How many physical CPUs do you have?

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

  • RE: SSIS FTP Task - Cannot Find File Error

    I suspect you get the above error during validation. Can you try the following - right-click on the FTP Task and select Properties. Then scroll-down and find DelayValidation property....

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

  • RE: Data flow performance issue for more no.of rows

    The problem is not SSIS. Just by looking at the timeout you have specified, it looks like you have connection issues. Can you elaborate what is the exact topology and...

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

  • RE: SSIS Connection to DB2

    harry.sh16 (5/23/2011)


    Need download links for a OLEDB provider that i can use to connect to DB2 using SQL Server 2008 Standard Edition.

    My problem is Microsoft OLE DB Provider for...

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

  • RE: SSIS Custom Data flow component is not working all of sudden

    Open AssemblyInfo.cs file. What do you have specified for AssemblyVersion property ?

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

  • RE: FTP Connection Manager in SSIS

    1. Retry means how many times the connection manager will try to establish connection before it fails.

    2. The timeout setting is the time the connection manager will wait for response...

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

  • RE: Visual Studio 2005 & Integration Packages

    There are so many moving pieces that it is hard to tell what is happening. However one thing is for sure: DontSaveSensitive is not a default option and installing a...

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

  • RE: Sometimes missing source columns in Data Flow Task

    The solution you have above is not very easy to maintain. If you have a file with another set of input columns, then you have to include another data flow...

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

  • RE: flat file destination

    The row terminator symbol is specified in the last defined column in the Flat File connection manager.

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

  • RE: PGP Decryption failed when run the SSIS package from SQL Server

    In what process and under what user account is the sql stored procedure running? The gpg application requires full user profile and access to the folders where your public/private key...

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

  • RE: Script componenet with OLEDB connection

    Check this post how to use OLEDB connections in script.

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

  • RE: Load Hexadecimal value into an Image column

    balasach82 (5/11/2011)


    How to load Hexadecimal value into an Image column using either ssis 2005/DTS?

    We are converting an pdf file into bytecode/byte array and then trying to load that into an...

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

  • RE: Unable to programmatically set the value for Microsoft.SqlServer.Dts.Tasks.SendMailTask.SendMailMessageSourceType

    You are not doing it correctly. Review the sample here and specifically how MessageSourceType property is being set.

    This code will require including reference to microsoft.sqlserver.sendmailtask.dll assembly.

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

Viewing 15 posts - 136 through 150 (of 1,118 total)