Viewing 15 posts - 346 through 360 (of 416 total)
Never underestimate the capabilities of a clever but bored engineer.
January 21, 2015 at 8:12 am
Is the "@Test1=NULL" in the middle of the case statement correct? Shouldn't that just...
January 20, 2015 at 2:09 pm
What about converting a given column to a sparse column?
January 16, 2015 at 9:04 am
5 - NEVER EVER EVER use SSMS's 'Edit Top 200 Rows' feature. "Using this locks the table when the window is left open".
I've all but proven this one untrue,...
January 15, 2015 at 9:41 am
Not sure what the purpose is for the "SET IMPLICIT_TRANSACTIONS OFF" at the end of the script.
January 15, 2015 at 9:36 am
If we ever work together we may never finish anything since we will just keep changing * to 1 and 1 to *. I am reminded of the Sneetches story...
January 14, 2015 at 2:22 pm
Eirikur Eiriksson (1/10/2015)
Jeff Moden (1/10/2015)
January 14, 2015 at 1:09 pm
MyDoggieJessie (1/14/2015)
"COUNT()" returns total number of rows, irrespective of the contents...unless a specific column is specified that contains a NULL value, then those will be omitted
That's not quite right. ...
January 14, 2015 at 8:32 am
Koen Verbeeck (1/14/2015)
Nice but somewhat easy question (especially after the quite lengthy discussion of NULLs and aggregates last week). Not sure it is worth 2 points.
+1, but I'll take the...
January 14, 2015 at 8:21 am
You might have better luck doing the grouping is SQL.
January 13, 2015 at 3:56 pm
What is the reporting or presentation tool that is replacing Excel? Something like Crystal or SSRS?
January 13, 2015 at 10:44 am
Incidentally, I have a similar problem with CountDistinct. For a particular report, where there are 15 groups, this function:
RunningValue(Fields!ClaimID.Value, CountDistinct, Nothing)
skips 2 when the set is ordered alpha...
January 13, 2015 at 10:27 am
gissah (1/13/2015)
CountRows("group1") or count(group1) all gives me the detail...
January 13, 2015 at 10:15 am
It's interesting that neither of these:
substring('aeiouy', cast(rand() * 6 + 1 as int), 1)
substring('aeiouy', cast(ceiling(rand() * 6) as int), 1)
exhibit the same problem.
January 9, 2015 at 9:00 am
Koen Verbeeck (1/7/2015)
DonlSimpson (1/7/2015)
1 + 2 + 3 + NULL is NULL, absolutely. NULL is not replaceable by zero. Any set with a null value has a null...
January 7, 2015 at 2:06 pm
Viewing 15 posts - 346 through 360 (of 416 total)
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy