Forum Replies Created

Viewing 15 posts - 16 through 30 (of 48 total)

  • RE: Problem With Header

    GSquared (10/20/2010)


    How are you building the header? If I remember correctly, you're using a local variable to do that. Can't you just add the quotes in the code...

  • RE: Problem With Header

    GSquared (10/20/2010)


    If you specify a data qualifier in your export, all of the fields will be enclosed in quotes (or whatever character you choose for it).

    I did have specified the...

  • RE: Add the headers associated with, and particular fileds.

    Hi All, Thanks a lot for the effort and help you provided.

    I have resolved the issue. I have added a excute sql task inside the for each loop. The...

  • RE: Add the headers associated with, and particular fileds.

    preensheen (10/18/2010)


    Phil Parkin (10/18/2010)


    Please provide some sample data, showing what your source looks like and what you would like to see in your destination. Your explanation is confusing.

    My source looks...

  • RE: Add the headers associated with, and particular fileds.

    Phil Parkin (10/18/2010)


    Please provide some sample data, showing what your source looks like and what you would like to see in your destination. Your explanation is confusing.

    My source looks this...

  • RE: Add the headers associated with, and particular fileds.

    Alvin Ramard (10/18/2010)


    I think you'll get much better responses to your questions if you post all the information required to answer your question. I'm not going to go read...

  • RE: Import from Excel to .DAT file

    Alvin Ramard (10/14/2010)


    Yes.

    When specifying your filename name, just use .dat for the extension instead of .csv

    I tried to do an example in a similar way, but when I was trying...

  • RE: change the values while tranforming

    Alvin Ramard (10/12/2010)


    You could use a conditional split followed by as many derived columns as you need.

    Hey ya, I thought about it..i have many columns which have bit values, I...

  • RE: change the values while tranforming

    Alvin Ramard (10/12/2010)


    preensheen (10/12/2010)


    Hi All,

    Is it possible to chage the values while transforming the values in SSIS. For example...I have bit values coming from database..say 0 & 1 and...

  • RE: Send a mail if the Step Failed in Job

    Chowdary Pulivarthi (10/8/2010)


    Hi,

    I have a job with 4 steps.

    Step1 :

    Step2:

    Step3:

    Step4:

    If my step 3 is failed i need to send a mail and execute the step 4.

    Could you please help me...

  • RE: How to add quotes to string at SSIS level

    Phil Parkin (10/6/2010)


    Specify " as your text qualifier in your flat file destination connection manager.

    hey thanks a lot for the fast response, it worked out for me.:-D:-)

  • RE: Dynamic column names at the destination

    Raunak Jhawar (10/5/2010)


    Absolutely, the package flow would resemble as below:

    Original data --> Derived Column Task --> Pivot Task --> Destination

    Hey thanks a lot. Working on it and let you know...

  • RE: Dynamic column names at the destination

    getoffmyfoot (10/5/2010)


    preensheen (10/4/2010)


    Hi All,

    How can I have the dynamic column names at the detination, My colums name chages every quater. I mean to say, the date should be added...

  • RE: Dynamic column names at the destination

    laksgovi (10/5/2010)


    What is the Business Intelligence tool you are using? SSRS or SSIS

    SSIS

  • RE: Dynamic column names at the destination

    da-zero (10/5/2010)


    Well, you can't. At least not with out-of-the-box SSIS.

    There are possibly some commercial add-ins that let you achieve this task.

    So basically, you are stuck with scripting. Either in a...

Viewing 15 posts - 16 through 30 (of 48 total)