| Thread | Last Post | Replies |
|
| full text search query | 28 Apr 2009 19:34 GMT | 1 |
I have a series of queries that returns part number values from three branches. On a new search, what line(s) could I add/modify so that, if the query found a part number across ALL THREE databases =0, the search pull that part number? Here is the code so far:
|
| full text search | 28 Apr 2009 11:30 GMT | 1 |
I am getting the following error while creating full text indexing for a column.could any one tell me what is the error?I am trying to create an index for short description field of the product table. TITLE: Microsoft SQL Server
|
| No results SQL Server 2000 | 28 Apr 2009 07:37 GMT | 4 |
I have this table: CREATE TABLE [tbl_documenti] ( [pk_documento] [int] IDENTITY (1, 1) NOT NULL , [fk_cartella] [int] NULL ,
|
| SQL Server 2008 no results | 25 Apr 2009 17:24 GMT | 1 |
We encountered a strange problem. We licensed a SQL Server 2008 Standard last month and tried to implement a FTS. The same search worked fine on a SQL 2000 Server but at the 2008 it returns no results. Even if I create a new table, and a new catalog from scratch with only a few ...
|
| sp_fulltext_table | 03 Apr 2009 14:04 GMT | 3 |
I have a table with a single blob column and a "fileExt" column to define the file type. What I want is, that the fulltext indexing takes place automatically. I think sp_fulltext_table does the job, but I do not understand exactly its
|
| sql2005 catalog keeps growing | 01 Apr 2009 14:36 GMT | 2 |
running sql 2005 SP2 I have a catalog on a table which is truncated and re-populated on a daily basis. After the table is build I issue a alter fulltext index ... start full
|