Viewing 15 posts - 1 through 15 (of 16 total)
Hi,
I should have been cleared in my Description.
What I want is the following.
1. Group by ParentID and only select the MAX RevNR for Each Group.
The result will have all the...
July 22, 2015 at 12:38 pm
Hi,
I donno what I am missing.But this one task is proving to be the most challenging for me.
Sorry for the lack of experiance on CTE.
Can anyone please review the following...
July 20, 2015 at 12:59 pm
Hi ,
This is What I tried.
Finally I am trying to get Document ID as well into the Final Table.
CTE work fine if I execute from "WITH" till end.
--Indent Numbering
--select *...
July 3, 2015 at 12:29 pm
Hi,
I cant get this it work.I have created over 7-8 temp table in the query.Everything works fine exxcept Putting CTE Data into Final Temp Table.
Regards
Ravi T
July 3, 2015 at 8:19 am
Hi All ,
I got answer to my query but ran into another problem.
I am not able to Add rCTE to a Temp Table.
and Every Part has a DocID how do...
July 2, 2015 at 12:12 pm
Thanks Jacob,It worked like charm.
Regards
Ravi T
June 8, 2015 at 1:55 am
Hi,
thanks for the reply.It worked
Thanks
November 29, 2012 at 4:03 am
Hi Sean,
Thanks for the response.
Number of resulting coloumns will be consistant.
From the query you posted ,i could not get the result...
October 19, 2012 at 2:33 pm
HI all,
Ive hit another wall!!!!!!!!.......i have another data set which has date stored as text and the format is dd/mm/yy.Now how...
August 16, 2012 at 10:37 pm
Hi Mark,
yes i can do that but,how will sql know that my text is in dd/mm/yyyy format and not in mm/dd/yyyy...
August 14, 2012 at 12:01 pm
Hi,
Have you gone through the following post.I had a similar problem.
http://www.sqlservercentral.com/Forums/Topic1322992-392-1.aspx
Regards
Ravi T
August 14, 2012 at 11:16 am
Hi,
I am using report server in native.The default one.
Regards
Ravi T
July 9, 2012 at 11:05 am
Hi all,
I am having one more trouble with the query.I have one more column added to this query called "attempt".
I want to show ans...
July 6, 2012 at 5:14 am
J Livingston SQL (6/30/2012)
santa326 (6/30/2012)
Hi,How do i query the above result by using where clause?..
i want to use where Student Name like "Stu%"
regards
Ravi T
HAVING (StudentName like 'Stu%')
DECLARE@Student...
June 30, 2012 at 5:19 am
Hi,
How do i query the above result by using where clause?..
i want to use where Student Name like "Stu%"
regards
Ravi T
June 30, 2012 at 4:53 am
Viewing 15 posts - 1 through 15 (of 16 total)