Viewing 5 posts - 61 through 66 (of 66 total)
Give this a try to change handling of noise words:
EXEC sp_configure 'show advanced options', 1
GO
RECONFIGURE
GO
EXEC sp_configure 'transform noise words', 1
GO
RECONFIGURE
GO
March 30, 2009 at 10:07 am
Excellent! Just used this to add full-text indexing to my own website.
I don't agree with the negative comments and I also think the title "A Google-link Full Text Search" is...
March 2, 2009 at 3:37 pm
Hugo Kornelis (3/7/2008)
Lynn Pettis (3/7/2008)
So, based on all the comments so far, does everyone agree we all should get our 2 points?Perhaps a poll should be setup.
😎
I'd rather say that...
March 7, 2008 at 8:49 am
I wrote a function for this:
http://www.wisesoft.co.uk/Articles/SQL%20Server/fAgeCalc.aspx
March 7, 2008 at 6:12 am
Thanks for the responses so far.
I'm not planning on doing anything to our production server without testing it first on our QA environment. 🙂
I've already started playing about with table...
December 18, 2007 at 9:32 am
Viewing 5 posts - 61 through 66 (of 66 total)