Forum Replies Created

Viewing 15 posts - 4,021 through 4,035 (of 11,678 total)

  • RE: Pass parameter while executing SSIS

    kapil_kk (12/19/2013)


    Koen Verbeeck (12/19/2013)


    kapil_kk (12/19/2013)


    Koen Verbeeck (12/19/2013)


    kapil_kk (12/18/2013)


    HI all,

    I have a scenario in which I need to execute the Stored Procedure which required input parameters.

    e.g. usp_TestData ?,?

    I have created user...

  • RE: Pass parameter while executing SSIS

    kapil_kk (12/19/2013)


    Koen Verbeeck (12/19/2013)


    kapil_kk (12/18/2013)


    HI all,

    I have a scenario in which I need to execute the Stored Procedure which required input parameters.

    e.g. usp_TestData ?,?

    I have created user variables in package...

  • RE: ssrs 2008 r2 - Conditional Formating ?

    mister.magoo (12/18/2013)


    Also see attached sample report (works in the designer without access to any database) - click on the "Proposal" text box and look at the "Format" property.

    Nice touch 😉

  • RE: Pass parameter while executing SSIS

    kapil_kk (12/18/2013)


    HI all,

    I have a scenario in which I need to execute the Stored Procedure which required input parameters.

    e.g. usp_TestData ?,?

    I have created user variables in package itself and done...

  • RE: Skip Header Rows in Excel and Concatenate Excel column names in SSIS

    Phil Parkin (12/19/2013)


    chaseurpuli (12/18/2013)


    Phil Parkin (12/18/2013)


    Phil Parkin (12/18/2013)


    Sounds like you need an asynchronous script component.

    But why do you care what the column name is?

    Thanks for your reply Phil. Unfortunately, the...

  • RE: Page Repair

    Nice question, thanks.

  • RE: ssrs 2008 export to word and pdf

    wendy elizabeth (12/18/2013)


    can you tell me what A4 portrait means? is this letter size paper? If there are different paper sizes, can you tell me what they are?

    Portrait is the...

  • RE: SSRS Table Headers

    In that cause you just need to make sure there is data for every cell.

    Do OUTER JOINS between tables and replace NULL with empty strings.

  • RE: ssis package execution error sql server 2008

    Open up the script component, build it, save it and then redeploy the package.

  • RE: ssis package execution error sql server 2008

    rajnidas.y (12/18/2013)


    it was working in local machine but not in live production server .

    thanks

    So, two different machines after all.

    And no special assemblies used?

    Does the server has the same .NET...

  • RE: Data Transfer through SSIS

    kapil_kk (12/18/2013)


    Koen Verbeeck (12/18/2013)


    kapil_kk (12/18/2013)


    After data gets transferred change the status flag to 1 for those rows...

    In which table? Table1 or table2?

    in table1 from which I am transferring data..

    Now it's...

  • RE: Data Transfer through SSIS

    kapil_kk (12/18/2013)


    After data gets transferred change the status flag to 1 for those rows...

    In which table? Table1 or table2?

  • RE: Data Transfer through SSIS

    Abu Dina (12/18/2013)


    kapil kapil kapil..... what's wrong bro? 😛

    You're transferring all records where StatusFlag = 0 so your UPDATE statement will be changing all records with StatusFlag = 0 to...

  • RE: Data Transfer through SSIS

    kapil_kk (12/18/2013)


    Abu Dina (12/18/2013)


    +1 to Koens's suggestion.

    I like to keep things simple so I would link the Data Flow Task to an Execute SQL Task (with On Success precedence constraint)...

  • RE: ssis package execution error sql server 2008

    rajnidas.y (12/18/2013)


    running project at same machine but live project machine.

    Care to explain a bit more?

Viewing 15 posts - 4,021 through 4,035 (of 11,678 total)