Viewing 2 posts - 2,266 through 2,267 (of 2,267 total)
Also be aware of the noise word list and how this affects the search results when searching for text containing common words.
I also agree that producing the sort of results...
April 1, 2008 at 7:53 am
#796495
UPPER(LEFT([State], 1)) + LOWER(SUBSTRING([State],2,LEN([State])))
Is one way of doing this, though it would be better to update your insert Stored Procs than use a trigger.
March 28, 2008 at 10:47 am
#795336