Forum Replies Created

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

  • RE: Need help with Charindex function..

    Thanks a lot guys...All of the responses were helpful .

    Thanks,
    Chinna

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

  • RE: Help Needed with TSQL Query

    Okay .. Will try that and let you know ..

    Can you guide me in what way can the date fit in .. Should we be moving data to diff...

    Thanks,
    Chinna

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

  • RE: Help Needed with TSQL Query

    If you just insert the below records into temp1 and run your query its not ranking as expected for the Cn0--15 .. I believe the other query which I made...

    Thanks,
    Chinna

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

  • RE: Help Needed with TSQL Query

    Thanks a lot in advance for the help..

    The part I don't understand is just the count(T1.Cid) = 1 ( why 1 )...I did understand rest of the query and was...

    Thanks,
    Chinna

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

  • RE: Help Needed with TSQL Query

    I really did not understand the query why you have Count(T1.CID) = 1 then T.CID in the order by clause.. I have rewritten the code to below by changing the...

    Thanks,
    Chinna

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

  • RE: Help Needed with TSQL Query

    Lets insert few more records into the #temp1 table in addition to the existing one..

    INSERT INTO #temp1

    SELECT 11,1,'2013-07-17 15:33:40.043'

    UNION

    SELECT 11,1,'2013-07-27 15:33:40.043'

    UNION

    SELECT 11,1,'2013-08-05 15:33:40.043'

    UNION

    SELECT 11,2,'2013-07-30 15:34:03.857'

    UNION

    SELECT 15,2,'2013-06-03 15:34:03.857'

    UNION...

    Thanks,
    Chinna

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

  • RE: Help Needed with TSQL Query

    Firstly Thanks a lot for the response ..

    Like I mentioned I need to check the records created only in the last 30 days and find out the max count for...

    Thanks,
    Chinna

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

  • RE: Need to optimize/Rewrite this query..

    Thanks Guys for the response.. But just want to know if there is a workaround for this issue using crossapply ?

    AS it is looping through all the records now ..

    Thanks,
    Chinna

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

  • RE: Need Help with Pivooting the Columns..

    Sure , I wil have a look ..

    once again thanks ..

    Thanks,
    Chinna

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

  • RE: Need Help with Pivooting the Columns..

    Thanks Dwain..Tat was simple.

    I thought i was good at writing SQL queries but not anymore ..I guess i was much of thinking on how to acheive the result set using...

    Thanks,
    Chinna

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

  • RE: Date Range between Start Date and EndDate

    Hi,

    If you can explain it a bit more with expected data it would be really helpful to answer your question ..

    Thanks,
    Chinna

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

  • RE: Need Help with MDX Query ..

    Thanks.. Will try and let you know ..

    Thanks,
    Chinna

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

  • RE: Need Help with MDX Query ..

    Yes it is linked .. So when i browse the cube i am able to get that .. but how do i get it using MDX query so that i...

    Thanks,
    Chinna

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

  • RE: Need help on SSRS report grouping format..

    Thanks Ray .. I used switch function..

    Thanks,
    Chinna

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

  • RE: SSRS experts please help and let me know if feasible at all in SSRS.

    Can you explain me a bit more..

    This is my req ,sorry if i havent explained correclty in first instance. need to create a dashboard where i have

    X- axis...

    Thanks,
    Chinna

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

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