• kavi (3/30/2009)


    Hi All,

    i need to find list of synonyms for a given string using sql server,is there a query to retrive list of synonyms for a given word ?

    [font="Verdana"]Kavi,

    This is not a feature built into SQL Server. It's one you would have to create programmatically. I suggest you go grab a copy of an English Language Thesaurus from your library. If you really want to sit down and encode all of that, then feel free.

    So no, there is no query to retrieve a list of synonyms for a given word. Not unless you build one.

    [/font]