| Thread | Last Post | Replies |
|
| Problems with creating fulltext indexing on my table. | 30 Jul 2004 12:39 GMT | 1 |
I was having a problem creating a fulltextindex on the following table. I have the following table: CREATE TABLE [dbo].[QADocs] ( [fullFileName] [varchar] (100) NULL ,
|
| Neutral Noise file | 30 Jul 2004 09:41 GMT | 4 |
To ignore noise words errors (i.- Server: Msg 7619, Level 16, State 1, Line 1 Execution of a full-text operation failed. A clause of the query contained only ignored words. )
|
| Full Text Repair | 29 Jul 2004 20:23 GMT | 1 |
We had a customer request a full text installation after the application of SP4 and the slammer hotfix. It throws an error that refers to a re-installation of SP4, which will not work with any hot fixes applied after the fact.
|
| any news about hit-highlighting? | 29 Jul 2004 13:08 GMT | 1 |
Any news about hit-highlight in sql search? Anyone has a function/sp that can help with outputing better formatted-results to the user? Thanks!
|
| Stemming in Portuguese | 29 Jul 2004 02:55 GMT | 2 |
I know portuguese is not supported by FTS today. So i´m trying to 'develop' it by my own. First thing i did was to re-write the stop words listed in noise.dat with noise words in portuguese.
|
| Full-Text Indexing option is greyed out in Tools Menu | 28 Jul 2004 13:04 GMT | 2 |
I am new to sql server. I have just installed Microsoft CRM which needs Sql Server. It tells me that I need to have Full-Text Indexing running on the database but it is greyed out. The Microsoft Indexing Service is running and I do not know what to do? Any help will be appreciated ...
|
| Need help with searching PDF files stored in SQL | 26 Jul 2004 15:32 GMT | 6 |
I will explain step by step what I have done, hope it will make it easier for the gurus to solve my problem. Requirement: Be able to search PDF files stored in SQL. SQL Server: 2000 (SP3)
|
| FORMSOF(INFLECTIONAL,"god")="dog", ... "golf"="flog" ! | 26 Jul 2004 13:17 GMT | 2 |
In the advanced full-text query of Transact-SQL searching, linguistic generation terms exist to give inflectional forms of nouns amd verbs eg WHERE CONTAINS(' FORMSOF (INFLECTIONAL, skate) ' )
|
| Catalog Not populating | 25 Jul 2004 22:28 GMT | 4 |
I can not get the full text catalog to populate. I have tried it on the most basic datababase and table. The catalog creates, and it says it successfully populates, but yet the item count is 0.
|
| RSS Search | 25 Jul 2004 18:03 GMT | 3 |
Hi! I'm looking for ideas on what would the best approach to design a search system for a RSS feeds. I will have some 50 RSS feeds (all RSS 2.0 compliant) stored locally on the web server. Now I'm wondering what would the best method to allow searching of these RSS files.
|
| Getting Recent Search Terms | 24 Jul 2004 18:21 GMT | 6 |
I dont know if this post has been repeated before. Is there a way to get all the recent search terms passed through Full text search? Thanks, P
|
| Accessing remote Index Server from XP | 22 Jul 2004 21:03 GMT | 2 |
I have SQL Server 2000 running on Windows XP, and want to access the index server on a Windows 2003 server. I use the well known servername.indexname..Scope() to access the remote IS. This actually worked for me for a bit. I'm not sure what happened, but it stopped working and I ...
|
| Full text help.. anyone? | 22 Jul 2004 02:08 GMT | 1 |
Can anyone explain me how to configure full text to run on a windows 2003 cluster (2 machines 1 sql node)???
|
| Invalid file name trying to create catelog | 22 Jul 2004 01:45 GMT | 3 |
I am trying to "Define full text indexing" on a table but when it attempts to create the catelog, I get the following error: Execution of the full text operation failed. The
|
| Full text search and replace | 21 Jul 2004 13:16 GMT | 1 |
Need to search through a database and remove references to a company from it. Grrr! How can I do this? Do I need to write a client script to load each offending record, or can I do it with SQL?
|