Thread
:
Fast look up of long (n)varchar
View Single Post
#
2
(
permalink
)
02-29-2008, 07:36 PM
Alexander Kuznetsov
Posts: n/a
Re: Fast look up of long (n)varchar
John,
use an index on checksum(url), as described here:
http://www.devx.com/dbzone/Article/30786
Alexander Kuznetsov