| Thread | Last Post | Replies |
|
| Can you do accent insensitive full text searches? | 29 Mar 2005 21:04 GMT | 3 |
Some people are saying that the only way to do a accent insensitive full text search under SQL 200 is to replace mssearch with the version that comes with Share Point Server. Is this true or is ther another way? If it is true how are you supposed to send this to clients as not ...
|
| Restoring from Backup and Fulltext Catelog | 29 Mar 2005 16:48 GMT | 1 |
Dear Friends, When deploying the application I send a back up of the data base to be restored on clients place. there is a table in the database which a has FullText Index associated with
|
| Does any one have similar problem with nvarchar column storing chinese characters? | 29 Mar 2005 04:50 GMT | 2 |
I am running into some wired problem with nvarchar(4000). When I insert the chinese characters, the text got cut off. The following two sections shows what happen, the first chinese section is what is ended up in the database, the second section (separate by ...
|
| Wrong data returned by full text query | 25 Mar 2005 02:55 GMT | 11 |
My full text queries on a columns containing japanese text return strange results. - OS is Windows 2K Server (english) with Japanese support as default locale - SQL Server 2000 english with Japanese collation.
|
| Fulltext on nvarchar | 24 Mar 2005 03:26 GMT | 2 |
Hi I would like to know if solution a is faster than b: a) Fulltext index on theese columns x nvarchar(250), y nvarchar(250), z nvarhar(4000)
|
| Change Tracking Displayed in Event Log | 22 Mar 2005 19:53 GMT | 1 |
I have a customer that is complaining of poor performance when doing searches against the FTS catalog during the day. I believe what is happening is that the indexing process is taking place at the same time as their searches.
|
| SQL 7 FTS: any way to retrieve the indexed terms for a row? | 22 Mar 2005 12:03 GMT | 11 |
I have FTS enabled on a number of columns on a SQL 7 database table, and today for the first time I've had a strange result for a search term. The term does not exist, and has never existed, in the column I'm querying, and yet using CONTAINS(QuickSearch,'"0130606219"') as the ...
|
| Fulltext catalogs never build | 22 Mar 2005 04:19 GMT | 2 |
In Windows Sharepoint, I can't get the catalogs to build either manually or by using the Sharepoint Central admin console. They have between 1-8 items, and are never larger than 1 mb, even though the content is > 3 GB! This is on a SQL 2000 Ent. running on a 2-node A-A cluster; ...
|
| NOT CONTAINS and LEFT OUTER JOIN | 21 Mar 2005 16:59 GMT | 1 |
SQL Server 2000 SP3 (WIN NT/2000/XP) Can somebody please explain how I can overcome the following (what looks to be) limitation in SQL Server's
|
| Indexing Service problem: Query returned only ignored words | 17 Mar 2005 12:05 GMT | 3 |
I'm trying to create a search engine for my Web Site using Indexing Service. The content is stored in text files in UTF8 Encoding (arabic text). The search utility works well on my local server but it throws an
|
| FullText Search on Multiple Language | 16 Mar 2005 12:09 GMT | 4 |
I am trying to implement a FullText search for a table which contains translations for many different languages. However, different languages utilized different word breaker for the FullText search to work properly for that language but I can only assign a single word breaker to ...
|
| doing a FREETEXTTABLE on more than one columns -OR- creating a SECOND FT INDEX for a table | 16 Mar 2005 10:03 GMT | 9 |
Is it possible to create a second FT-INDEX for the same table? I want to index different fields in each one to use it in different areas. Alternatively, is it possible to do a FT search on MULTIPLE fields in an Index? I know that the FREETEXTTABLE can only do it on either one ...
|
| Fulltext query not seeming to use "and" | 16 Mar 2005 00:28 GMT | 3 |
I have the following: SELECT jobTitle from position where FreeText(jobDescription,'sales and ccna') order by JobTitle DESC This gives me 11 hits
|
| Need help with stored procedure. | 14 Mar 2005 16:18 GMT | 1 |
I am using SQL Server 2000 on Windows 2000 server. Here is my problem: @String = 'word1word2word3word4word5' - This value is passed to Stored Procedure from the script. Column1 in a table1 has many rows with "words" . One row in this column1
|
| Full text search on Chinese or Chinese/English mix? | 14 Mar 2005 16:17 GMT | 2 |
I want to use SQL 2005 FT to search on web page I crawled from web. The page can be Chinese, English or Chinese/English(Chinese article with English phrase in it). First question is that what language word breaker I should choose. Does
|