Forum Replies Created

Viewing 2 posts - 31 through 33 (of 33 total)

  • RE: WHERE CONTAINS and multiple fields

    I have done little with free-text but try typing out the actual column names

    SELECT * FROM cars WHERE CONTAINS(*,' "Honda" AND "Accord" ')

    SELECT * FROM cars WHERE CONTAINS((Make, Model),' "Honda"...

  • RE: TSQL 2005 Code Recommendation

    Looks good for the most part, however there is one line extra, but I can do a null statement on that I guess.

    Thanks for the help

    9107822008-08-18 07:20:45.0002008-08-18 11:00:12.000

    9107822008-08-18 11:00:12.0002008-08-18 11:29:24.000

    9107822008-08-18...

Viewing 2 posts - 31 through 33 (of 33 total)