Viewing 15 posts - 1,336 through 1,350 (of 1,988 total)
Lynn Pettis (6/3/2016)
ZZartin (6/3/2016)
Lynn Pettis (6/3/2016)
Steve Jones - SSC Editor (6/3/2016)
June 3, 2016 at 4:24 pm
Lynn Pettis (6/3/2016)
Steve Jones - SSC Editor (6/3/2016)
June 3, 2016 at 3:04 pm
Terje Hermanseter (6/3/2016)
I don't understand why MS is wavering on the commitment to enforce them as they've been part of the ISO-1999 standard for a very long time.
Too much old...
June 3, 2016 at 9:06 am
dietztm (6/2/2016)
Matt Miller (#4) (6/2/2016)
tindog (6/2/2016)
umailedit (6/1/2016)
Matt Miller (#4) (6/1/2016)If the two candidates were close (i.e. the rating for both was fairly close) it may be hard to quantify why...
June 2, 2016 at 1:23 pm
Luis Cazares (6/2/2016)
Ed Wagner (6/2/2016)
Manic Star (6/2/2016)
crookj (6/2/2016)
Ballad (of Irving the 142nd fastest gun in the west)Minstrel
Renaissance
Leonardo
Pizza
June 2, 2016 at 8:21 am
Those two formulas are not equivalent. Without looking at the data or taking into account date ranges this looks like what your query is doing.
SELECT (SUM(COL_ONE) - SUM(COL_TWO)) /...
June 1, 2016 at 1:35 pm
crookj (6/1/2016)
djj (6/1/2016)
Revenant (6/1/2016)
djj (6/1/2016)
Manic Star (6/1/2016)
Ed Wagner (6/1/2016)
Hugo Kornelis (6/1/2016)
crookj (6/1/2016)
yb751 (6/1/2016)
Ed Wagner (6/1/2016)
Grumpy DBA (6/1/2016)
Ed Wagner (6/1/2016)
djj (6/1/2016)
FantasyMordor
Sauron
Ring
Diamond
Club
Exclusive
Inclusive
Inside
Trading
Horses
Races
Whacky
Tobaccy
June 1, 2016 at 11:40 am
Dennis Q Miller (6/1/2016)
Stacey Decker (10/30/2014)
June 1, 2016 at 11:17 am
GSquared (5/31/2016)
David.Poole (5/27/2016)
May 31, 2016 at 2:41 pm
Brandie Tarvin (5/27/2016)
May 27, 2016 at 12:47 pm
Making biased assumptions based on past experience or anecdotal evidence is part of human nature, drawing biased conclusions and being unwilling to change them when they prove false on the...
May 27, 2016 at 7:54 am
Hopefully you have a dev and test environment you can test this in first. That's where any major issues should shake out.
But the most important things are to check...
May 20, 2016 at 7:55 am
HappyGeek (5/17/2016)
yb751 (5/17/2016)
Ed Wagner (5/17/2016)
Luis Cazares (5/17/2016)
ThomasRushton (5/17/2016)
crookj (5/17/2016)
Ray K (5/17/2016)
DonlSimpson (5/17/2016)
FillingPie
Banana (cream)
Split
Van Damme
Bloodsport
Action
Movie
Silver
May 17, 2016 at 11:59 am
This might work,
DECLARE @myvalue INT
SELECT @myvalue = MAX(COL_ONE)
FROM (SELECT DENSE_RANK() OVER(ORDER BY TotalSalesAmt) COL_ONE FROM SalesItem2) TEMP_ONE
May 13, 2016 at 2:26 pm
Is this a phone interview with an HR recruiter type person or a more technical person? Either way your main goal on a phone interview should mostly be to...
May 13, 2016 at 1:51 pm
Viewing 15 posts - 1,336 through 1,350 (of 1,988 total)