| Thread | Last Post | Replies |
|
| Inter-word searching | 31 Jul 2007 12:31 GMT | 1 |
Can you guys give me some tips on how to implement inter-word searching in SS 2005 FTS or any non-FTS way (but has to be MS technology based - company rules) E.g. word - AstraZeneca
|
| Help adding text to column with sql 2005 query | 31 Jul 2007 08:22 GMT | 1 |
I'm quit newby to this, so i'd like to have some help please. I've a column whit some text where i want to insert more text before and after, with sql 2005. I'm trying this way, without success:
|
| Full text index not tracking changes on an indexed view | 29 Jul 2007 16:48 GMT | 3 |
We had a peculiar situation today where our lovely indexed view obviously had textual data in it but some recently added rows were not being returned in a CONTAINS query when they should have been. Deleting and recreating the FT index fixed things immediately and I
|
| unexpected behavior with certain words "i" | 20 Jul 2007 22:22 GMT | 10 |
I have started to test fulltext indexing. I have run into a problem that I don't know how to solve. I have this data in one fulltext-column "Landsorganisationen i Sverige". When I perform this search I get 1 hit:
|
| Searching on # | 20 Jul 2007 11:32 GMT | 6 |
I have 2 identical sql 2000 servers with full text indexing enabled on both. I have the same data structure etc however on one sql server I can run SELECT * FROM tblTest WHERE CONTAINS(text,"'C#'") and get results however running on the second I get a message saying the query ...
|
| freetexttable issue | 19 Jul 2007 20:14 GMT | 1 |
I am using freetexttable as a search tool for our application but it seems that it is partially working. I am able to search on some words specified in my catalog but not on others. For example I got keywords - stamps business cards. The freetexttable function can pick up only
|
| FULL TEXT SEARCH AND RECORD NUMBER PROBLEM | 17 Jul 2007 09:26 GMT | 1 |
I dynamically create my query based on filter criteria , order by criteria and paging criterias. I have no promlem at that point. My problem is that How can i get total record number of my recordset in stored procedure. What is the best way to get it. Should i use and output
|
| Full Text Index not working when populated from nvarchar. Bug? | 16 Jul 2007 22:30 GMT | 7 |
Hi, I was wondering if any SQL Server gurus out there could help me... I have a table I'm trying to apply a full text catalog to, however no results are ever returned due to the text column being cataloged being of varbinary(max) that's being populated from a converted ...
|
| Syntax Question: Query by File Extension | 12 Jul 2007 16:56 GMT | 4 |
In my catalog of photos the following query returns all jpegs (correct): #filename *.jpg And this returns 1 result (correct)
|
| SQL Server 2000 Full Text Search Not Returning Expected Results | 11 Jul 2007 08:36 GMT | 5 |
I support an application that uses full text indexes in SQL Server 2000. I'm trying to resolve an issue where by the results of a search in the production application do not include the expected results. I've been unable to reproduce the scenario in my development environment.
|
| Update to SP4 causes starnge Server behavior | 09 Jul 2007 15:30 GMT | 6 |
I updated our SQL Sever 200 to SP4 yesterday. Since that update we have the problem that some FTS queries are timing out and afterwards it it not possible to do any FTS queries and we have to reboot the server. With SP3 the same queries caused no problems. The porblems only occur ...
|
| Too many results error | 06 Jul 2007 13:36 GMT | 8 |
I can't find this covered elsewhere in here, but apologies in advance if it has already been done to death: SQL 2000 SP4 I've created a single column full text index on a single table (proof of
|
| ContainsTable returns "Informational: MS Search stop limit reached | 03 Jul 2007 22:18 GMT | 1 |
When I run a containsTable search I get the following error: Informational: MS Search stop limit reached. The full-text query may have returned fewer rows than it should. Error 9926 Severity 10
|
| fts- contains expression: slow the first time fast the other time | 01 Jul 2007 06:11 GMT | 3 |
I have a table with 1,500,000 name and first name I use Full text search on name and first name when I use a contains expression like select ... from table1 where contains( name,'abc') the query take 45 secs
|