Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 SQL Server Administration (2005)
 TEXT column indexed using Full-Text

Author  Topic 

jhnegrao
Yak Posting Veteran

81 Posts

Posted - 2009-05-13 : 15:20:29
Hello, All!

I've created a Full-Text with three columns as listed below

- Header: varchar(10)
- Summaru: varchar(150)
- Content: text

I would like to implement a Full-Text Index using this three columns, but when I insert the Content column on this Full-Text Index, the query return no rown.

I've searched informations about compatibility and I didn't find any related to TEXT COlumn on Full-Text Indexes.

Anybody knows how to solve that?

Thanks
   

- Advertisement -