| Thread | Last Post | Replies |
|
| Quoted literal strings won't force a phrase match | 25 Jan 2008 17:52 GMT | 5 |
From what I've read, SQL Server is supposed to do a phrase match when you do a full text search that contains quoted literal strings. So, for example, if I did a full text search on the phrase "time out" and I put it in quotes, it's supposed to search for the full phrase "time
|
| Unable to "enable" full text catalog creation - please help... | 25 Jan 2008 13:04 GMT | 1 |
Hope u can help me with this one. I'm running SQL Server 2000. I try to build a full text catalog by running: sp_fulltext_catalog 'Cat_Desc', 'create' but I get the following error message:
|
| Q: Trying to make Word (.doc) archive SQL 2005 webapplication | 23 Jan 2008 09:48 GMT | 2 |
I am about to start writing an application to archive MS word files to SQL 2005 DB. I have read few things about full text search. I only need text search on these word files. Any good websites with info on how to configure SQL 2005 and sample scripts. Application will be in
|
| Full text search can not return result | 16 Jan 2008 17:33 GMT | 1 |
In my case, I build a full text search query. like "select * from _tt_fields where contains(string,'"development group"')", when I click F5 then execute the sql, it returned the records, but when I click execute the query more than 4 times, it does not return anything From http ...
|
| IFilter for Office 2007 Documents? | 11 Jan 2008 00:52 GMT | 3 |
Salutations All, I've searched far and wide, and am unable to find an IFilter implementation for Office 2007 documents. Does anyone know if one is forthcoming from Microsoft, if one is already out there and I'm just
|
| partial search performance | 10 Jan 2008 23:48 GMT | 3 |
To search for partial string we are using WHERE column_name LIKE '%str%'. But its taking long time to return the results. Is there any way to improve the performance.
|
| Server running slow and MSSearch problems | 10 Jan 2008 01:20 GMT | 9 |
I have a 2003.net stanmdard server with SQL2000 and Exchange 2003. I have since contracted a nasty virus even though I had Trend AV installed. Anyways, I think I have got rid of the viruses but also did a registry cleanup using one of the tools on the web, this however has slowed ...
|
| Can I use KB 303459 to increase FT performance in 2005 and 2008? | 02 Jan 2008 14:50 GMT | 1 |
I notice that KB 303459 (http://support.microsoft.com/kb/303459/en-us) increase the FT performance in SQL Server 2000 and previous versions. The increase is accomplished only by a registry setting which is very easy to achive. I am wondering if I can use this article in SQL ...
|