Viewing 15 posts - 211 through 225 (of 328 total)
Just to expand on my other post, I used to get the latest instance of whatever I wanted, then use that latest instance as sort of a lookup key back...
March 20, 2012 at 3:51 pm
pietlinden (2/13/2012)
I'm needing to get the most recent AP_Ex.Ap_Expt_Date for each AP_Ex.Student_IDSELECT Max(AP_Ex.Ap_Expt_Date) As LatestDate, AP_Ex.Student_ID
FROM...
GROUP BY AP_Ex.Student_ID;
What I used to do was select the latest test date for each...
March 20, 2012 at 3:07 pm
Sean Lange (3/16/2012)
patrickmcginnis59 (3/16/2012)
jeff.mason (3/16/2012)
patrickmcginnis59 (3/16/2012)
Sean Lange (3/16/2012)
March 16, 2012 at 12:53 pm
jeff.mason (3/16/2012)
patrickmcginnis59 (3/16/2012)
Sean Lange (3/16/2012)
March 16, 2012 at 12:38 pm
Sean Lange (3/16/2012)
March 16, 2012 at 9:32 am
SQL Guy 1 (3/7/2012)
March 9, 2012 at 7:28 am
jackimo (3/9/2012)
The two sp's are vendor supplied. They have given me the 2 procs and when they run in Management Studio they run exactly as...
March 9, 2012 at 7:16 am
jackimo (3/9/2012)
March 9, 2012 at 6:58 am
slash3584 (3/9/2012)
So...
March 9, 2012 at 6:47 am
jackimo (3/9/2012)
March 9, 2012 at 6:32 am
R.P.Rozema (3/2/2012)
SELECT LEFT(t2.TEXTFIELD...
March 2, 2012 at 8:18 am
Jeff Moden (3/2/2012)
R.P.Rozema (3/1/2012)
Jeff Moden (3/1/2012)
It sounds like the OP has unknown length data and wants to size the output based soley on the max width of the unknown data.
That's...
March 2, 2012 at 7:51 am
David Lean (9/21/2010)
Problem 1:...
March 2, 2012 at 6:50 am
GSquared (2/27/2012)
patrickmcginnis59 (2/27/2012)
February 27, 2012 at 12:09 pm
Well I asked for a clarification this week on a post, and the poster replied that he was sorry I wasn't able to understand his post, and he wouldn't be...
February 27, 2012 at 11:17 am
Viewing 15 posts - 211 through 225 (of 328 total)