Forum Replies Created

Viewing 15 posts - 10,231 through 10,245 (of 13,879 total)

  • RE: Calling SSIS Package in a trigger

    mpradeep23 (1/10/2013)


    Hi

    i trying call SSIS Package from a Trigger is there any perforamnce issue to the database

    thanks in advance

    with best regards

    pradeep

    Based on the limited information provided, my...

  • RE: Importing one file into two database tables

    Yes.

    In the data flow, after the data source, add a MULTICAST.

    Connect one MULTICAST output to the existing table and another to the new table.

  • RE: top 10 product in each month each year

    You've been here long enough to know the score. Please provide DDL, sample data and desired output in readily consumable form, as per the link in my signature.

  • RE: Open SSIS package

    Create an empty solution and add the .dtsx file to it. Then you'll be able to open it.

  • RE: Need to export excel sheet with SPECIAL formats

    opc.three (1/3/2013)


    The only way to format an Excel Workbook programmatically using SSIS is to leverage the Excel Object Model from a Script Task.

    One technique I have used in the past...

  • Viewing 15 posts - 10,231 through 10,245 (of 13,879 total)