| Thread | Last Post | Replies |
|
| SQL 2000 Full Text Search with Custom Thesaurus | 30 Jul 2008 13:14 GMT | 2 |
I am creating a stored procedure to help my users find products in our webshop. When they enter there search term, they can search for ALL the words, ANY of the words, or the EXACT search term. This is what I have so far:
|
| Multiple conditions | 30 Jul 2008 11:40 GMT | 1 |
I'm not very familiar with fulltext search sintax, so I need your help.. In the contains statement I'd like to make a search like: 'FORMSOF (THESAURUS, "*long*") near FORMSOF (THESAURUS, "string*")' but I get syntax error, any help?
|
| Full-Text doesn't retrieve the # of rows I am expecting | 30 Jul 2008 11:37 GMT | 4 |
I am new to Full-Text search and learning about it. I am having an issue with the number of rows retrieved. The 1st query shown below [code]Select Ai_Id,Ai_Texto FROM tblAvisosInternet
|
| How to partialy repopulate free text catalog | 24 Jul 2008 13:35 GMT | 1 |
I have a free text catalog in sql server 2005 indexing a table with several millions of rows. The full rebuilt will take more than 50 hours. The database is used 9:00 to 18:00.
|
| SELECTing a range from the results | 16 Jul 2008 10:19 GMT | 3 |
I would like to create a SELECT statement that returns a certain range of the results that a WHERE clause returns. For example, if the WHERE clause would return 75 records, I want a way to have the SELECT statement return the second 10 records, or the third 10 records, etc. I ...
|
| Full text index not created on varbinary(max) - sql 2008 | 15 Jul 2008 23:06 GMT | 1 |
Full text query on varbinary(max) column is not returning results, as the index is not populated. Some configuration error - can't figure out what. FDHost process has no issues
|
| Incorrect RANK results returned | 15 Jul 2008 16:04 GMT | 3 |
Morning all, I'm having problems with my FTS rankings on our SQL2005 database and I'm a bit stumped as where to start looking at what the the problem might be. The simplified SQL is as follows:
|
| Boolean queries not working over the all columns in the index | 14 Jul 2008 12:00 GMT | 1 |
If I execute a query such as this one, I get back records that contain "DaVinci" in AddressLine1 column and "Kirkland" in the City column: select ft.id, ft.name, Line1, Line2, Line3, line4, city, county from company as ft
|
| Help needed with SELECT query | 09 Jul 2008 14:23 GMT | 1 |
Don't know if this is the right forum... Anyways I need some help with constructing a SELECT query: The table below is an example: WONUMBER PARENT AMOUNT HASCHILDREN
|
| There is no enough storage space available... error | 08 Jul 2008 17:24 GMT | 3 |
Hi friends, and sorry for my english. I have a SQL Server 2000 with severals databases which hold more than 210 full text catalogs. Recently, after create the last 3 DBs with 10 catalogs each, when the
|
| Full text catalog does not get associated with the specified FileG | 07 Jul 2008 19:12 GMT | 2 |
I am trying to create a full text catalog on sql server 2008 feb CTP. The create command executes successfully, however, the catalog does not get associated with the filegroup specified in the create command. Trying to open properties of the catalog results in error that ...
|
| '"n*"' prefix search | 03 Jul 2008 19:48 GMT | 4 |
Can you tell me why a prefix search like: SELECT <column_list> FROM <table> WHERE CONTAINS(<column1>, '"n*"') (<column1> is a "nvarchar") returns not only records containing text beginning with "n", but also
|
| The Gatherer object in project <SQLServer SQLxxxxxxx>cannot be initialized. Error:0 - The operation complete successfully | 03 Jul 2008 14:55 GMT | 1 |
Hi Team, Configuration: SQL Server 2000 SP4 Clustered - Active / Passive
|