Sql Server 2005 - Full Text Catalog Special Characters
Tue, 2 Mar 2010 11:10:05 -0800
To Whom It May Concern:
My name is Al Battle and I'm a Senior Software Engineer with eComSystems.
I'm working on a project which includes the usage of Sql Server 2005 Full
Text Catalog. I'm encountering some difficulty returning results which
include a foward slash (/).
Do you have a finite list of spe ...
|
marvendas@gmail.com Kit completo de Solenoides ( solenoid ) + chicote
Para Cambio automatico 01M hidramatico Audi A3 Vw Golf gti turbo 96237
Fri, 19 Feb 2010 19:24:12 -0800
Contato: marvendas@gmail.com
marvendas @ gmail.com
marvendas no gmail.com
Kit completo de solenoides para Volkswagem e Audi.
O kit contem:
5 solenoides
2 Epc ( solenoides de pressao )
1 Chicote
Serve para qualquer modelo VW ou Audi fabricados de 1995 ate hoje com o cambio automatico de 4 marchas ? 01M
Preço: ...
|
RE: Full Text Service not starting from EM
Tue, 09 Feb 2010 14:12:13 GMT
Make sure NAMED PIPES is enabled for your server as Full text deamon requires this!
From http://www.developmentnow.com/g/104_2004_5_0_0_399730/Full-Text-Service-not-starting-from-EM.htm
Posted via DevelopmentNow.com Groups
http://www.developmentnow.com/g/ ...
|
wildcards in full-text index
Thu, 4 Feb 2010 09:14:31 -0500
On sql 2k5 standard I need to be able to run a full text search for words
that contain wildcards. For instance prod name abc-123, which is different
from abc 123 and abc123.
How can I accomplish this?
Thx
Gigel
...
|
Accent insensitive search..
Wed, 27 Jan 2010 06:00:01 -0800
Hi,
I am trying to implement search functionality in my web application which
does not return the expected results in accent insensitive search.
Database collation : Latin1_General_CI_AI
If i create a index with italian language as word breaker and run the
following query, it returns results as expected. ...
|
SQL server problems vs COTS
Tue, 26 Jan 2010 14:45:14 -0500
Anyone has a list of COTS that compensate for SQL server FTS shortcomings?
Product that would run inside or outside of the SQL server instance are both
welcome.
...
|
SQL server FTS vs Lucene.NET
Tue, 26 Jan 2010 14:43:22 -0500
People,
we are currently investigating, prototyping and comparing the architecture
of a full text search capability in a project. Our project has many data
repository, one of which is SQL server 2008. My personal vision for FTS
support was to use whatever was available at the repository level. As such,
for ...
|
|
|
Subject: Indexing Errors with Reporting Service Excel Exports
Tue, 26 Jan 2010 03:40:05 -0800
Hi,
I have a strange problem with fulltext search on sql server 2008.
When I export a simple report as .xls file from reporting services and
insert this into a fulltext indexed sql table, I get the following error code
in the crawl during indexing:
Error '0x8004170c: The document format is not recognized by ...
|
Querying the word "automatic"
Wed, 20 Jan 2010 10:59:01 -0800
I have a table with approximately 80,000 records. I've created a full text
index on the table with the following statement:
CREATE FULLTEXT INDEX ON AdsAuto
(
StockNumber,
YearText,
Make,
Model,
Trim,
Transmission,
ExteriorColor,
Description,
Equipment,
FullTextKeywords,
VIN,
AdCode
)
KEY INDEX ...
|
Fulltext on multiple columns including varbinary -results
Sat, 16 Jan 2010 07:09:41 -0800 (PST)
Hi there,
I'm quite new to Full text, so I ran into a problem. I'm using SQL
Server 2005.
I've made a view over two tables, one with Document information (Name
and Description etc) and the other with the real uploaded document
(file) and its name. And I made a Fulltext over this view, which is
working as I e ...
|