| Thread | Last Post | Replies |
|
| FTS returns no results | 30 Apr 2006 18:33 GMT | 2 |
I am trying to get FTS to work on an SQL Express (Advanced) database. I have a table with a unique index(int), a column type field (nvarchar(15)) which I set to "Image" and a word document field (Image). I set up the catalog and the full-text index and verified that both are ...
|
| Msg 7619 error | 29 Apr 2006 11:15 GMT | 1 |
I get the following error: Msg 7619, Level 16, State 1, Line 1 Execution of a full-text operation failed. A clause of the query contained only ignored words.
|
| Reading Full Text Indices | 28 Apr 2006 19:52 GMT | 1 |
Is there any way to 'read' a FT Index in SQLServer 2005. We are having problems getting our populations to index all records on one of our SQLServer machines, and we would like to know which ones aren't getting indexed.
|
| Thesaurus (FORMSOF) | 28 Apr 2006 01:43 GMT | 9 |
I am reposting this under this subject area as it is more appropriate here. ---------------------------------------------- My understanding of the fulltext search using the thesaurus function is that it will not work until the TSxxx.XML file is populated (in my case the
|
| Full-text search for "make up" fails. | 27 Apr 2006 11:45 GMT | 9 |
I have a table which contains the following data in one row: ID Category Keywords 16558 Make-Up Assistants makeup make up assistants 35976 Make-Up Artists makeup make up artists
|
| full text indexing opening many connections | 26 Apr 2006 12:57 GMT | 6 |
i created a job that performs indexing. the execution time takes only a second. i noticed, however, using SQL Profiler that the process opened 32 connections! trace details....
|
| Full-text working sporadically | 26 Apr 2006 12:53 GMT | 2 |
I have full-text running on one database only. This index seems to have issues about once every couple of weeks. Normally, a search can be done (via webpage) on a keyword - and it works fine. But there are times that no keyword (or other options) searches will work. The only ...
|
| Fulltext and text type fields | 26 Apr 2006 12:51 GMT | 2 |
Does Fulltext work on text fields? I thought it didnt, but I just changed my varChar(8000) field to text and it still seemed to work ! Thanks,
|
| Wildcardsearch behaviour in FTS SQL2005 | 25 Apr 2006 15:38 GMT | 1 |
We recently migrated to the Windows 2003 and SQL2005. Besides many things we have not pretty much tackled, there is one issue remaining that I don't understand: Consider this query:- SELECT TOP 250 *
|
| relevance sorting with multiple search terms? | 24 Apr 2006 15:53 GMT | 5 |
Hi: I'm trying to get a handle on the best way to approach this issue. I have a product database of candy with perhaps 5000 products, and I'm indexing the product name and description fields (both varchars). People will search for "easter candy" for example.
|
| Sql Server 2005 and FTS backup | 24 Apr 2006 14:34 GMT | 1 |
Howto do a sqlserver 2005 backup WITHOUT the FTS catalog using BACKUP DATABASE TO DISK T-SQL Command ? Regards, Frédérick
|
| Is full-text search what I am looking for? (Newbie) | 22 Apr 2006 16:10 GMT | 3 |
I have a windows app written in vb.net with an SQL Express backend, which is used to track candidates and their resumes. Right now each candidate record has a link to a word document resume. I would like to be able to search resume's for key words in order to quickly locate all ...
|
| How to use CONTAINS to search words partially? | 21 Apr 2006 20:45 GMT | 1 |
Given the following table Table : Computer ID Name Notes 1 03-computer01 This webserver (ws) uses a SQL server
|
| Fullttext question | 20 Apr 2006 12:14 GMT | 14 |
I have a database with ca. 150000 city names in the field city (nvarchar). When I now search like this: ...where CONTAINS(city,' "wash*" ')
|
| Indexed Words | 19 Apr 2006 20:52 GMT | 1 |
Is it possible to explorer inside of full text indexes and see the words? Thanks in advance, Leila
|