Results 1 to 2 of 2

Thread: MSSQL 2005 - Full Text Indexing?

  1. #1
    Join Date
    May 2005
    Posts
    111

    MSSQL 2005 - Full Text Indexing?

    Will SQL allow full text indexing on a field with a "text" datatype? If so, what is the syntax to create a full text index on the following:

    db name: Gator
    table name: InboxResult
    field name: RawHL7

  2. #2
    Join Date
    Sep 2002
    Posts
    5,938
    You can create full test index catalog with wizard in ssms, or find syntax of 'create fulltext catalog' and 'create fulltext index' in books online.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •