Viewing 15 posts - 46 through 60 (of 64 total)
Hi
Thanks for this - I'll try your solution when I return to work tomorrow (I've been on holiday for a couple of weeks). I'll let you know how it...
May 10, 2011 at 6:07 am
Sorry about the late reply, I've been away from my desk most of the time since my in initial post.
Anyway, thanks guys, I'm very grateful for your assistance which...
April 11, 2011 at 3:55 am
Hi guys
Cheers for the replies - worked a treat. I think my brain was on a 'go-slow' day yesterday - too many meetings, but you've helped a lot - I...
March 30, 2011 at 5:04 am
Hi Piet
Thanks for this - I have placed your code in our syntax library, so my colleagues can make their choice!
Cheers
-Rich
February 28, 2011 at 2:55 am
Thanks Kiara and Drew - this is great stuff and I shall share it with my colleagues to help them write more efficient SQL as like me they probabaly use...
February 24, 2011 at 3:39 am
That works perfectly and will be very useful in future too.
Many thanks
-Rich
February 17, 2011 at 7:11 am
Thanks for the reply.
However, I don't actually want the position of the characters i.e. I actuallly want the output to be:
either
Grade
M0
M1
M2
etc
or
Grade
0
1
2
Reason being I need to compare the numeric values...
February 17, 2011 at 6:15 am
Hi Wayne - works as well!
Such a simple thing has will increase the efficiency of myself and a few colleagues immensely.
Great stuff all round.
-Richard
September 8, 2010 at 9:28 am
Cheers and thanks for this - I didn't know until now that there was a 'reverse' of union so to speak.
-Richard
September 8, 2010 at 9:27 am
Hi Chris - it's ClientID.
Cheers
September 8, 2010 at 2:41 am
Thanks John - I've never heard of 'Except' but I'll look it up.
Cheers
September 7, 2010 at 9:47 am
Thanks Chris - looks a lot neater - the only problem I have is that the innermost select fails as the AppointmentDate field where I'm setting some date parameters only...
September 7, 2010 at 9:46 am
Hi Chris
That is brilliantly succinct.
Many thanks for all your assistance. I've run the query against a live database (test database earlier) and it also runs about 10 times faster than...
August 19, 2010 at 9:01 am
Hi Chris
This is brilliant, but I'm now trying to understand exactly how the following pieces of code retrieve a median value:
SELECT Seq = ROW_NUMBER() OVER (PARTITION BY PurchCode, Provcode ORDER...
August 19, 2010 at 4:39 am
Hi Chris
Thanks for the updated code. I'm not sure if I've done something wrong, but when I run it against our database I get the same results as before
Apologies...
August 18, 2010 at 10:18 am
Viewing 15 posts - 46 through 60 (of 64 total)