Hello there,
Is there any way to increase the speed of search while performing fuzzy lookups against a 300,000 row Table ?
include a index for the column
Hello there,
Is there any way to increase the speed of search while performing fuzzy lookups against a 300,000 row Table ?
include a index for the column
SQL Server 2005 does not support bagging or boosting. You can however create multiple models on the server and use client code or stored procedures to implement the bagging/boosting logic.
|||thank you.Sql Server,Boot.ini file