Viewing 15 posts - 121 through 135 (of 386 total)
Funny, I was actually glad to get this one wrong! I had always assumed that there was no order of logical precedence and therefore always preached using parenthesis correctly. I...
April 2, 2018 at 7:38 am
I totally believe in paying it forward. Because of a presentation I saw in a user group, it open my eyes to a whole new world. Actually, there wasn't a...
April 2, 2018 at 7:33 am
The only case where i...
March 27, 2018 at 9:32 am
Ignoring the missing OVER() clause, this is still a good example. I have seen way too many situations where DISTINCT was thrown into a query without regard to the consequences. ...
March 27, 2018 at 6:05 am
I automated myself out of a job once with...
February 15, 2018 at 8:24 am
Good comments Steve. I'd say that they worst scenario I was in where I really had to muddle through was to support an antiquated phone system. It was a proprietary...
February 15, 2018 at 7:02 am
February 8, 2018 at 3:23 pm
February 8, 2018 at 8:31 am
I have to agree with Jeff Moden on the need for better T-SQL skills especially to think and work in sets of data -- not in a procedural fashion. I'm...
February 8, 2018 at 6:09 am
January 18, 2018 at 12:00 pm
January 18, 2018 at 7:59 am
Thanks for all the replies. I did find a solution that suited my needs. I still generate a separate select statement for each column (I may look at the unpivot...
January 18, 2018 at 6:30 am
Oh silly me! I was so focused on the whole principle that order is not guaranteed without an ORDER BY clause that I didn’t notice the use of SET instead...
January 2, 2018 at 4:46 am
I've used singular going on 27 years now, initially because that is what I first...
December 11, 2017 at 2:56 pm
Aliases should be short but representative of the table is some manor. For...
December 11, 2017 at 11:22 am
Viewing 15 posts - 121 through 135 (of 386 total)