Viewing 15 posts - 2,566 through 2,580 (of 3,957 total)
Stefan Krzywicki (10/17/2012)
dwain.c (10/17/2012)
Stefan Krzywicki (10/17/2012)
October 17, 2012 at 8:03 pm
Here's another way (just foolin' around):
;WITH MyData AS (
SELECT score=65.00 UNION ALL SELECT 108.00 UNION ALL SELECT 1108.00)
SELECT LEFT(REVERSE(CAST(REVERSE(score) AS DECIMAL(8,4))), 4)
FROM MyData
October 17, 2012 at 7:39 pm
Jeff Moden (10/17/2012)
Sean Lange (10/17/2012)
Jeff Moden (10/16/2012)
October 17, 2012 at 7:25 pm
SQLRNNR (10/17/2012)
Jeff Moden (10/17/2012)
Sean Lange (10/17/2012)
Jeff Moden (10/16/2012)
October 17, 2012 at 7:25 pm
Stefan Krzywicki (10/17/2012)
October 17, 2012 at 7:22 pm
To add my two cents, the English language is sometimes at best ambiguous, so problem descriptions in narrative are often unclear.
Most of the senior posters here are code-talkers - they...
October 17, 2012 at 7:17 pm
ericb1 (10/17/2012)
In system #1,...
October 17, 2012 at 7:12 pm
Jeff Moden (10/17/2012)
October 17, 2012 at 7:00 pm
Cadavre (10/17/2012)
dwain.c (10/16/2012)
October 17, 2012 at 3:26 am
Jeff Moden (10/16/2012)
edgar58 (10/16/2012)
I've explored using Pivot and Case. All help is appreciated.
Thanks!
Please see the following article. Change SUM to MAX to do text and dates, etc.
I...
October 16, 2012 at 11:42 pm
L' Eomot Inversé (10/16/2012)
Now personally I think that's right (although it's a rather complicated pattern to use for...
October 16, 2012 at 11:36 pm
Luis Cazares (10/16/2012)
You should take a look at this articlehttp://www.sqlservercentral.com/articles/CROSS+APPLY+VALUES+UNPIVOT/91234/
Most in here would say you want to unpivot the table 😀
:-P:-P I was going to say that! :hehe::hehe:
October 16, 2012 at 11:31 pm
I recommend that you take heed of Jeff's question above. An improper JOIN often generates tons of duplicates and developers can be too lazy to understand why and eliminate...
October 16, 2012 at 11:29 pm
Jeff Moden (10/16/2012)
... and he couldn't name the function to get the current date and time
Perhaps he was so focused on the future he's never interested in the temporal currency....
October 16, 2012 at 6:42 pm
whenriksen (10/16/2012)
Excellent, that is just what I needed.
After working with it for a bit this morning, I've determined I need to assign the groups string in a checksum...
October 16, 2012 at 6:38 pm
Viewing 15 posts - 2,566 through 2,580 (of 3,957 total)