| Thread | Last Post | Replies |
|
| How to force query to use a full-text index first? | 28 Jan 2009 20:33 GMT | 3 |
I have a web application that frequently performs full-text queries on lists of names. The names all belong to different client accounts. So the queries look something like this: select blah
|
| Somewhere between CONTAINS and FREETEXT... | 21 Jan 2009 13:07 GMT | 1 |
I am very new to FTS and am trying to implement search functionality in an application using as much back-end capability as possible, hence wanting to take advantage of FTS on SQL Server 2005. I've been playing with it for a little while, and I haven't worked out
|
| HELP: SQL SERVER 2008 Create FullText stoplist table Failed | 13 Jan 2009 13:41 GMT | 5 |
Created by Command: CREATE FULLTEXT STOPLIST myStoplist; GO Error Message:
|
| Exact Search does not return results as expected | 08 Jan 2009 10:27 GMT | 4 |
I am trying to implement exact search functionality in my web application which does not return the expected results. I search for an Italian word "Strappare" (meaning tear up) in my query where the results return also "Strapparsi" (reflexive form present infinitive of
|
| upgrade SS 2008 not install full text search | 07 Jan 2009 23:46 GMT | 2 |
We may upgrade or remove/replace from SS 2000 to SS 2008. We currently have full text search installed in SS 2000, but do not use it. If we do upgrade is there a way to not install or turn it off for SS 2008 since we will not be using it?
|
| Installing SQL Server 2005 Developer Edition | 06 Jan 2009 16:47 GMT | 5 |
I am attempting to install SQL Server 2005 Developer Edition (which came with Visual Studio 2008 Professional Edition) on Windows XP Professional SP2. Here is what happens when I try each of the following: 1. Right click \autorun.inf and select Install:
|
| Full Text Index for international Addresses | 05 Jan 2009 06:04 GMT | 2 |
I am working on a database with a address table and a subtable addresslines containing all address data like street, name zip and so on...as it is international I have german address notation like Diesestrasse and English like Blvd and so on. I store the country in the address ...
|