Viewing 15 posts - 121 through 135 (of 938 total)
Rick Todd (4/19/2010)
April 19, 2010 at 10:15 am
Nadrek (4/19/2010)
Mike C (4/17/2010)
Not sure how you calculated the probability of collision at 2^40 off the top of your head... You can engineer an MD5 collision in 2^39 or...
April 19, 2010 at 10:10 am
tarquin (4/19/2010)
April 19, 2010 at 6:54 am
Tom.Thomson (4/17/2010)
Mike C (4/17/2010)
April 17, 2010 at 8:33 pm
magarity kerns (4/17/2010)
Mike C (4/17/2010)
SELECT @A = 0xd131dd02c5e6eec4693d9a0698aff95c2fcab58712467eab4004583eb8fb7f8955ad340609f4b30283e488832571415a085125e8f7cdc99fd91dbdf280373c5bd8823e3156348f5bae6dacd436c919c6dd53e2b487da03fd02396306d248cda0e99f33420f577ee8ce54b67080a80d1ec69821bcb6a8839396f9652b6ff72a70,I surrender; your business users are infintely more badass than mine if they're analyzing these kinds of statistics in your data warehouse.
Here's a...
April 17, 2010 at 7:45 pm
magarity kerns (4/17/2010)
Mike C (4/17/2010)
SELECT @A = 0xd131dd02c5e6eec4693d9a0698aff95c2fcab58712467eab4004583eb8fb7f8955ad340609f4b30283e488832571415a085125e8f7cdc99fd91dbdf280373c5bd8823e3156348f5bae6dacd436c919c6dd53e2b487da03fd02396306d248cda0e99f33420f577ee8ce54b67080a80d1ec69821bcb6a8839396f9652b6ff72a70,I surrender; your business users are infintely more badass than mine if they're analyzing these kinds of statistics in your data warehouse.
LOL. ...
April 17, 2010 at 5:31 pm
Tom.Thomson (4/17/2010)
Mike C (4/17/2010)
April 17, 2010 at 4:14 pm
Tom.Thomson (4/17/2010)
Mike C (4/17/2010)
April 17, 2010 at 4:11 pm
Tom.Thomson (4/17/2010)
Mike C (4/14/2010)
April 17, 2010 at 12:22 pm
Tom.Thomson (4/17/2010)
Mike C (4/14/2010)
tarquin (4/14/2010)
April 17, 2010 at 11:27 am
tarquin (4/16/2010)
April 16, 2010 at 7:07 am
tarquin (4/15/2010)
If you're planning to compare all of the columns anyway then you don't need to generate a hash code.
I dont agree with this. An index is only useful for...
April 15, 2010 at 8:36 am
You'll have to check with the folks over at njsql (njsql.org). They're the keepers of the schedule.
April 14, 2010 at 4:49 pm
Sean Terry (4/14/2010)
Mike C (4/14/2010)I also prepend the binary length of the string to each column, which provides additional differentiation and provides a useful method for dealing with NULLs. ...
April 14, 2010 at 12:53 pm
As long as you choose cryptographically secure hashes with long bit lengths (160 bits or more recommended) you'll do great. Where to hash depends on where you can do...
April 14, 2010 at 10:44 am
Viewing 15 posts - 121 through 135 (of 938 total)