Viewing 15 posts - 151 through 165 (of 378 total)
Anyone interested in the strength of a universal hash function should read this:
http://home.comcast.net/~bretm/hash/
FNV does'nt come out that well, but that said, its a very simple algorithmn that...
February 20, 2012 at 7:01 am
SQL Kiwi (1/31/2012)
peter-757102 (1/31/2012)
January 31, 2012 at 9:48 am
b5535084 (1/31/2012)
January 31, 2012 at 9:35 am
SQL Kiwi (1/31/2012)
peter-757102 (1/31/2012)
I took a look at the plans and what confused me is the apparent lack of clustered indexes (i noticed table scans instead of clustered index scans)!
The...
January 31, 2012 at 8:47 am
I took a look at the plans and what confused me is the apparent lack of clustered indexes (i noticed table scans instead of clustered index scans)!
Could it be that...
January 31, 2012 at 8:33 am
Just read the article (I am free on Mondays \o/)...
I find the conclusion of the article strange to me as it could just be said that it is the 'having...
November 29, 2011 at 2:34 am
Grumpy DBA (9/14/2011)
Back to the subject at hand, congratulations Jeff, good to see a...
September 14, 2011 at 6:49 am
Jeff, this has been a long time coming!
Congratulations with the award, you definitely earned it for all the work you shared with the SQL community!
Every time, you make us all...
September 14, 2011 at 2:47 am
krowley (8/29/2011)
I am working...
August 29, 2011 at 8:02 am
The article states this following opinion:
This experience led me to the notion that organizations are being foolish by looking for developers who can do everything. The knowledge required to...
August 29, 2011 at 3:34 am
I like filtered indexes but have ran into a very annoying issue with them once.
The where clause of a filtered index cannot have OR operators in it (it does support...
August 24, 2011 at 4:05 am
Gatekeeper (8/12/2011)
Thanks for the feedback. I've run the test several different ways (current way posted, putting values into a table variable, and single execution statements) and found they produced the...
August 12, 2011 at 8:10 am
mark hutchinson (8/12/2011)
Jeff's new article uses describes this method and states that the compiler knows that when the number of rows is less than what would be produced at/above one...
August 12, 2011 at 5:43 am
Gatekeeper,
Be careful testing sample data this way, where you have the constants in the same batch as the code that you are benchmarking. The replicate function does not "hide" the...
August 12, 2011 at 3:01 am
David Walker-278941 (7/28/2011)
July 29, 2011 at 2:28 am
Viewing 15 posts - 151 through 165 (of 378 total)