Viewing 15 posts - 976 through 990 (of 2,458 total)
Excellent article, well written and an easy read. I need to look at/play around with your code a little more to understand what you're doing but I love the overall...
February 23, 2016 at 7:58 am
EdgeOfKnowWare (2/22/2016)
February 22, 2016 at 1:18 pm
jim.snyder (2/22/2016)
February 22, 2016 at 12:41 pm
EdgeOfKnowWare (2/22/2016)
The problem I had (which lead me to this post via Google) was that I had several different rankings dependent...
February 22, 2016 at 12:14 pm
Glad to help.
<hits forehead with palm of hand!!>
Me too. So much so that I now have a receding hairline :hehe:
February 22, 2016 at 11:23 am
Phil Parkin (2/22/2016)
Alan.B (2/22/2016)
Ed Wagner (2/22/2016)
Luis Cazares (2/19/2016)
Ed Wagner (2/19/2016)
GilaMonster (2/19/2016)
SQLRNNR (2/18/2016)
February 22, 2016 at 11:18 am
jim.snyder (2/22/2016)
February 22, 2016 at 11:02 am
EdgeOfKnowWare (2/22/2016)
SELECT *,
CASE WHEN val IS NULL THEN 0 ELSE 1 END,
NTILE(4) OVER (PARTITION BY CASE WHEN val IS NULL THEN 0...
February 22, 2016 at 10:28 am
I am very confused since I am not delimiting a string
If you are using multi-select in SSRS then SSRS is passing a comma-delimited string to your query or stored proc....
February 22, 2016 at 10:00 am
Ed Wagner (2/22/2016)
Luis Cazares (2/19/2016)
Ed Wagner (2/19/2016)
GilaMonster (2/19/2016)
SQLRNNR (2/18/2016)
February 22, 2016 at 9:34 am
Jacob Wilkins (2/22/2016)
Alan.B (2/22/2016)
Jacob Wilkins (2/19/2016)
kkilsby (2/19/2016)
February 22, 2016 at 8:47 am
Jacob Wilkins (2/19/2016)
kkilsby (2/19/2016)
February 22, 2016 at 8:21 am
Bill Talada (2/19/2016)
I often create two filtered indexes when I have a need for an OR.
What does that accomplish?
February 19, 2016 at 8:15 am
How many of you have gotten up before dawn, driven to the coast, gotten on a long piece of fiberglass and paddled into the ocean before turning around to ride...
February 17, 2016 at 2:41 pm
Jacob Wilkins (2/17/2016)
Alan.B (2/17/2016)
The UpdateDt column in the Users table is DATETIME so I wouldn't expect any datatype conversion issues.
Perhaps... To know for sure check the query plan (the actual...
February 17, 2016 at 2:38 pm
Viewing 15 posts - 976 through 990 (of 2,458 total)