Forum Replies Created

Viewing 15 posts - 436 through 450 (of 1,118 total)

  • RE: CLR Deployment Issues

    This is not the correct place to post this question. Try here or here.

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

  • RE: SSIS - Transactions

    Colin Betteley (1/26/2010)


    Not sure what happened there, but just wanted to say thanks for any suggestions that people may have.

    Cheers

    Colin

    What's happen with this issue? Did you make it work?

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

  • RE: using ; (semi colon) within DTEXEC parameter value?

    Eric,

    You have to quote the complete parameter and double quote, the quotes inside.

    Try this:

    DTEXEC /DTS "\MSDB\MyPackage" /SERVER "ERIC" /SET "\Package.Variables[User::ConfigDbConn].Value;""Data Source=whatever;Initial Catalog=MyDb"""

    or this:

    DTEXEC /DTS "\MSDB\MyPackage" /SERVER "ERIC" /SET "\Package.Variables[User::ConfigDbConn].Value;\"Data Source=whatever;Initial...

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

  • RE: SQL SERVER AGENT failed when running SSIS PACKAGE

    phina_el (1/24/2010)


    Hi everyone...

    I m trying to run ssis package from SQL SERVER AGENT, and it give this error:

    Message

    The job failed. The Job was invoked by User sa. ...

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

  • RE: Single Excel row to multiple rows

    NERO (1/22/2010)


    Hi

    I am planning to transfer data from a source Excel spreadsheet to another desination spreadsheet. But I need to create multiple lines in the destination from a single line...

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

  • RE: Problem importing text file into Oracle

    imani_technology (1/22/2010)


    I am trying to use SSIS to import a text file into an Oracle database. However, I get the following error:

    "Test connection failed because of an error...

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

  • RE: Exporting Data to AS400 from SQL2005 with SSIS is SLOWWWWW

    Brad Johnson-378105 (1/28/2010)


    Back to square one. I didn't realize that DB2 Connect was a purchased application and necessary for the .NET provider to work. Oh well...

    Brad,

    You have to...

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

  • RE: Exporting Data to AS400 from SQL2005 with SSIS is SLOWWWWW

    Brad Johnson-378105 (1/28/2010)


    I have not gotten it to work yet, but I did figure out that I had to include the port number with the servername i.e. KRMSDEV:446. The...

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

  • RE: SSIS Lookup or Merge Join To Get Specific Dimension Key

    There is solution based on the third-party commercial CozyRoc SSIS+ library. CozyRoc has implemented data flow destination script, which creates memory-efficient range dictionary object. The dictionary object can then be...

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

  • RE: Querying Active Directory

    Jack,

    Is it possible to query multiple GUIDs using this custom DLL library? If that is the case, you have to change your script a bit making it asynchronous and buffer...

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

  • RE: Email Query Results Using SSIS

    Check this discussion.

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

  • RE: Breakpoints in MULTIPLE Script Tasks

    This sounds like a nice workaround. However this situation looks like a bug to me. Have you tried reporting this problem to Microsoft?

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

  • RE: Migration from Oracle to SQL Server 2005

    You have to setup your source SQL statement to provide the date as string in the data flow. Then use standard Data Conversion transform to convert this string column to...

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

  • RE: Read from Excel write to Excel named sheet

    yosiasz (1/19/2010)


    Greetings!

    How can I use a Data Flow Task to read an Excel file and write it to a named sheet in my destination workbook? I am trying to create...

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

  • RE: creating several Files for one table based on ROwCount with SSIS Package

    maryam7756 (1/19/2010)


    Hi Experts!

    I have a SSIS Package which is creating a flat file from a table in my db. and it works great.

    but I have over 360,000 records in it....

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

Viewing 15 posts - 436 through 450 (of 1,118 total)