> Also, it's immediately updated as soon as a record is changed/added while
> Verity takes some time to update (if you schedule it)
in sql server 7, you'd have to tell the indexing engine to start an
incremental
update. in sql server 2000 you have the nifty new "change tracking" &
"background updates" options. in either case, you'd have to add a
timestamp column so the indexing engine know what rows have been
changed.
full text indexing in sql server is too cool.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists