Forum Replies Created

Viewing 15 posts - 136 through 150 (of 275 total)

  • RE: is there any other alternative to write this query

    Jason but the problem here is if i have two rows such asa

    col0 col1 col2 col3 col4 col5

    1 0 ...

    Thanks,
    Chinna

    Its the Journey which gives you Happiness not the Destination-- Dan Millman

  • RE: is there any other alternative to write this query

    SELECT

    km_ndc

    ,CASE WHEN SUM(extended_amount_corrected)

    + SUM(qty_corrected)

    ...

    Thanks,
    Chinna

    Its the Journey which gives you Happiness not the Destination-- Dan Millman

  • RE: is there any other alternative to write this query

    Thkz Jason ... I need not group the last 4 Columns actually but if i dont do that it throws me an error so i have jus added it ....what...

    Thanks,
    Chinna

    Its the Journey which gives you Happiness not the Destination-- Dan Millman

  • RE: is there any other alternative to write this query

    here is my query... small change in the query

    select km_ndc,

    case when (extended_amount_corrected)=0.00 and

    qty_corrected = 0 and

    cost_corrected = 0 and

    contract_price_corrected = 0 then sum(extended_amount_submitted )

    else sum(extended_amount_corrected)

    end

    from...

    Thanks,
    Chinna

    Its the Journey which gives you Happiness not the Destination-- Dan Millman

  • RE: read excel file into different tables in the db

    gotch u Micheal...thkz

    Thanks,
    Chinna

    Its the Journey which gives you Happiness not the Destination-- Dan Millman

  • RE: read excel file into different tables in the db

    But in the expression we have =="" but null doesnt mean zero length string also ...so do we get the results we need according to his req because he needs...

    Thanks,
    Chinna

    Its the Journey which gives you Happiness not the Destination-- Dan Millman

  • RE: read excel file into different tables in the db

    Thanks Michael. I believe i should go through the Basics ....Bcoz i never know that isnull is diff from t-sql anyway i tried searching through google and got a...

    Thanks,
    Chinna

    Its the Journey which gives you Happiness not the Destination-- Dan Millman

  • RE: read excel file into different tables in the db

    Without seeing the error or the package, it is hard to tell.

    You probably have a data type issue though.

    If SchemeID is a string:

    ISNULL(SchemeID) || SchemeID==""

    Also - be sure...

    Thanks,
    Chinna

    Its the Journey which gives you Happiness not the Destination-- Dan Millman

  • RE: read excel file into different tables in the db

    hi ..as micheal said u can do it throught conditional split ...

    from the excel source give it to conditional split once all transformations are done then in the expression give...

    Thanks,
    Chinna

    Its the Journey which gives you Happiness not the Destination-- Dan Millman

  • RE: Export to Excel

    What is the equivalent of

    Tables right click -> Export Data in SQL Server 2000 Enterprise Mngr in SSIS?

    u vl have that in ssms i mean management studio...

    Thanks,
    Chinna

    Its the Journey which gives you Happiness not the Destination-- Dan Millman

  • RE: SSIS Flat File Processing Help

    what did you set in the result set property none or anything else ???

    Thanks,
    Chinna

    Its the Journey which gives you Happiness not the Destination-- Dan Millman

  • RE: Get Created Date from a File

    plzzzz ..my mail id is Kurraraghu@gmail.com

    Thanks,
    Chinna

    Its the Journey which gives you Happiness not the Destination-- Dan Millman

  • RE: Get Created Date from a File

    thkz lookup i gotch u now....i found it ..could u recomend me some sites for scripting plzzz

    Thanks,
    Chinna

    Its the Journey which gives you Happiness not the Destination-- Dan Millman

  • RE: Get Created Date from a File

    sorry i said component in the last post srry it is script task

    yeah till now i was looking in the script task so i was a bit confused ....I have...

    Thanks,
    Chinna

    Its the Journey which gives you Happiness not the Destination-- Dan Millman

  • RE: Get Created Date from a File

    yeah till now i was looking in the script component so i was a bit confused ....I have attched a screenshot so please let me know if that is the...

    Thanks,
    Chinna

    Its the Journey which gives you Happiness not the Destination-- Dan Millman

Viewing 15 posts - 136 through 150 (of 275 total)