Viewing 15 posts - 1 through 15 (of 33 total)
gocheski (1/5/2016)
January 5, 2016 at 7:42 pm
winkl (1/4/2016)
Have you tested your scalar UDF using schemabinding? We're testing that now to see if we can bring some of the cost...
January 4, 2016 at 9:53 pm
lucien.jacquet (1/4/2016)My point is not to contradict your assertion that scalar functions "can be" expensive, but to suggest that your example is a worst-case scenario. Is it possible that your...
January 4, 2016 at 9:41 pm
A few of you commented on the fact I stated the wrong edition of SQL that User Defined Scalar functions were introduced in. I apologize. I will have it corrected....
January 4, 2016 at 8:36 pm
Hi Eirikur,
Thank you for the SQL Example. I agree whole heartedly with you. This article is one of three articles. The first, focusing on User Defined Scalar Functions...
January 4, 2016 at 8:25 pm
Hi Everyone,
Thank you for all the comments and questions. I'm swamped at work today, so I will reply this evening when I get home (California time).
Cheers!
Mickey
January 4, 2016 at 4:41 pm
This post has great timing. Just yesterday I sent my manager an analysis of a log table that was created a year ago that is massive. I'm hoping I can...
September 25, 2015 at 10:16 am
ZZartin (8/31/2015)
Just out of curiosity, it seems like a lot of people are putting a lot of faith in foreign key constraints I'm wondering why?
The job of the Foreign Key...
August 31, 2015 at 11:08 pm
The applications that I've seen that are missing foreign keys have (at least these) three issues.
1. Bad data in fields that should be clean.
2. Extra deployments of the...
August 31, 2015 at 10:50 am
I am such a HUGE problem solver. I still need to learn what not to fix. It's frustrating for me to see bad design, and bad practices.
Thank you for...
August 28, 2015 at 12:46 pm
Steve, I think this is a great discussion topic and it has always evoked a lot of passion for people, usually based on their own background.
I've worked with people...
July 1, 2015 at 11:36 am
stephen.kratowicz (6/23/2015)
SELECT *
FROM [viewWithTooManyColumns]
...but if you instead use
SELECT SomeColumnIReallyNeed, SomeOtherColumnIReallyNeed
FROM [viewWithTooManyColumns]
...then the...
June 23, 2015 at 7:07 pm
sequelgarrett (6/23/2015)
June 23, 2015 at 7:02 pm
ron.lee (6/23/2015)
I seem to get dragged into the same argument over time about whether to use select table.* to form a generic query reusable across reports or to...
June 23, 2015 at 6:50 pm
Thanks Jeff. I plan on it. 🙂
Mickey
June 3, 2015 at 11:00 pm
Viewing 15 posts - 1 through 15 (of 33 total)