Viewing 15 posts - 196 through 210 (of 3,957 total)
skilly2 (3/26/2015)
March 26, 2015 at 8:27 pm
SQLRNNR (3/26/2015)
dwain.c (3/26/2015)
ChrisM@Work (3/26/2015)
March 26, 2015 at 8:08 pm
Solomon Rutzky (3/26/2015)
peter-757102 (3/26/2015)
Gary Harding (3/26/2015)
Solomon Rutzky (9/4/2014)
Jeff Moden (9/3/2014)
March 26, 2015 at 6:15 pm
ChrisM@Work (3/26/2015)
March 26, 2015 at 6:08 pm
tfendt (3/26/2015)
March 26, 2015 at 6:03 pm
-- Whilst I'm a consultant named Jack
-- I swear that I'll never be back
-- Removing this code
-- Causes server overload
-- Despite you're thinking its a hack.
See what I mean?
March 26, 2015 at 5:44 pm
The worst comments use the words whilst, whence, betwixt and amongst or any of their related British-isms. 😛
Unless they're used consistently of course.
March 26, 2015 at 3:16 am
Gary Varga (3/26/2015)
dwain.c (3/25/2015)
Make it Work, Make it Fast, Make it Pretty[/url]
Maybe I should have...
March 26, 2015 at 3:06 am
Hehe. I'm sure all will forgive you Eirikur!
Better to have stumped you than for you to find my code-craft lacking.
March 26, 2015 at 2:59 am
Jeff Moden (3/25/2015)
dwain.c (3/25/2015)
Jeff Moden (3/24/2015)
Will there only ever be two "id_fixing" values? If not, how many are there or could be?
I hate it when you ask questions like...
March 25, 2015 at 10:26 pm
This may be a little cleaner:
WITH EffectiveDates AS
(
SELECT PriceEffectiveDate, RCID, TID, PCD
FROM #BasePrice
UNION
SELECT EffectiveDate,...
March 25, 2015 at 7:43 pm
I'd guess there's probably a better way to do this (certainly true in SQL 2012), but for now this is the best I can come up with.
SELECT EffectiveDate, RCID, TID,...
March 25, 2015 at 7:29 pm
Man, this looks like deja vu all over again!
http://www.sqlservercentral.com/Forums/Topic1671044-3412-1.aspx?Update=1%5D
Never let it be said I can't learn from the master (that being Itzik Ben-Gan):
WITH RcdItems AS
(
SELECT *,
...
March 25, 2015 at 6:18 pm
Jeff Moden (3/25/2015)
LightVader (3/25/2015)
ChrisM@Work (3/25/2015)
Jeff Moden (3/24/2015)
Eirikur Eiriksson (3/24/2015)
Wayne West (3/23/2015)
Jeff Moden (3/22/2015)
Steve Jones - SSC Editor (3/16/2015)
Eirikur Eiriksson (3/13/2015)
March 25, 2015 at 5:40 pm
Sean Lange (3/25/2015)
dwain.c (3/24/2015)
I see no alternative other than a loop for this. Where the heck is Itzik Ben-Gan when you need him!
Speak and he shall appear. The OP...
March 25, 2015 at 5:37 pm
Viewing 15 posts - 196 through 210 (of 3,957 total)