View Single Post

   
  #2 (permalink)  
Old 02-29-2008, 07:36 PM
Alexander Kuznetsov
 
Posts: n/a
Default 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

Reply With Quote