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.
Author |
Topic |
Vaishu
Posting Yak Master
178 Posts |
Posted - 2008-08-28 : 10:56:16
|
HII am using full-text in "pubs" database in SQL 2000. I have created Full-text catalog, did the full population and checked the item count. Everything is fine BUT when I tried the below query to test the Full-Text catalog I am getting the below error. Could some one help ? URGENTSELECT title, notesFROM titlesWHERE CONTAINS (notes, ' "quick easy" ')Server: Msg 7342, Level 16, State 1, Line 1Unexpected NULL value returned for column '[FULLTEXT:titles].KEY' from the OLE DB provider 'Full-text Search Engine'. This column cannot be NULL.OLE DB error trace [Non-interface error: Unexpected NULL value returned for the column: ProviderName='Full-text Search Engine', TableName='[FULLTEXT:titles]', ColumnName='KEY']. |
|
|
|
|