Viewing 15 posts - 121 through 135 (of 389 total)
July 3, 2018 at 11:21 am
April 3, 2018 at 11:23 am
I have to agree with Steve on this: “I'll admit that I often prefer to transform data inside of a SQL Server target, OLTP or DW database. The reason is...
April 3, 2018 at 5:38 am
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
Viewing 15 posts - 121 through 135 (of 389 total)