| Thread | Last Post | Replies |
|
| FREETEXT / CONTAINS question | 29 May 2008 10:16 GMT | 2 |
Hi, I am using the WITH FREETEXT command against my database. The problem I am having is that the WITH FREETEXT treats seperate words passed in using an OR so instead of getting a search for 'Guitar AND Player AND America' I
|
| Adobe filter on SQL 2005 X64 | 28 May 2008 03:29 GMT | 3 |
I'm trying to get the Adobe filer to work on a SQL 2005 x64, but I can't get it to work. I have downloaded the bits from (http://labs.adobe.com/wiki/index.php/PDF_iFilter_8_-_64-bit_Support and
|
| indexing method | 27 May 2008 23:08 GMT | 2 |
I have 2 tables that I would like to implement full text indexing on. I'm just not sure if I should use incremental or change log updating. Each table has 12 fields, I am only implementing the full text index on 1 column in each table. There will likely be around 4 - 8 inserts ...
|
| Full Text With Ranking Issue | 27 May 2008 16:54 GMT | 4 |
I am using SQl server 2005 64 Bit Service Pack 2 with Full text on one table and only on one field. When I run query on my table of 800,000 rows Full text search find 4830 records within 18 seconds with skill Oracle in State CA.
|
| contains doesnt return right records in fulltext search | 26 May 2008 22:11 GMT | 1 |
I have sql server 2005 x64 standard version. english version windows 2003. I have a company table with a column "company name" and create a fulltext index on this column, collision is swedish. for example, there are 5 cases value in this column, like following:
|
| Special Character - Plus Sign | 22 May 2008 08:01 GMT | 1 |
I understand from other posts that special characters should be converted into words (example % should be changed to percent). I am trying to work with a plus sign (example find product names like 33+) I tried changing the + to plus (and to "append" and to "add") but nothing
|
| full text search sql 2000 and indexed views | 20 May 2008 19:53 GMT | 5 |
Is it possible to do a full text catalogue on an indexed view in SQL 2000? It looks like you can only do tables and the functionality for indexed views is in SQL 2005, is this correct? Thanks
|
| Best scenario for FREETEXTTABLE | 19 May 2008 11:05 GMT | 5 |
I'm having some difficulties as to which approach is the right one in this scenario: I have a table of books (tblShopItem), a table of categories (authors, series etc. = tblShopCategory) and a table that connects these
|
| Nested Stored Procedure | 17 May 2008 13:25 GMT | 3 |
Can I use a stored procedure as table inside a stored procedure? for eg. i have a stored procedure named QMENU and QNEWMENU I want to use these two stored procedures in another stored procedure like: CREATE PROCEDURE MENU(@roll1 as INT)
|
| Why do I meet "Word breaking timed" out error | 16 May 2008 00:25 GMT | 3 |
I have just migrated from SQL Server 2005 to SQL Server 2008 Beta I have a single table q_docversion with 1000 records ( f_Doc_ID int PK
|
| sql 2000 sp4 image iflter issue | 12 May 2008 19:34 GMT | 9 |
I have table with an image column that stores word documents. I added a cloumn called "DocumentType" and poulate it with .doc. I used the wizard to setup an FT index. I run a select staement like this one: SELECT document_name
|
| Full Text Search of mulitple language using Neutral Word Breaker | 12 May 2008 11:54 GMT | 3 |
Hi, To enable support of FTS of multiple languages, we are using neutral word breaker in ms sql 2000 for our application. Unfortunately, there seems to be a limitation in the word breaker. It does
|
| Full list of ignored characters | 02 May 2008 12:17 GMT | 1 |
Is there a way to retrieve to full list of single characters (symbols) that are ignored by the FT indexing service? I am using the British English language (ID 2057) and while it is pretty simple to get the list of noise words, I wouldn't know where to
|
| Full text index - migration | 01 May 2008 10:27 GMT | 6 |
What is the easiest way to migrate full text indexes from SQL2K to SQL2K5?
|