Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
DB Engine
SQL ServerMSDESQL Server CE
Services
Analysis (Data Mining)Analysis (OLAP)DTSIntegration ServicesNotification ServicesReporting Services
Programming
CLRConnectivitySQLXML
Other Technologies
ClusteringEnglish QueryFull-Text SearchReplicationService Broker
General
Data WarehousingPerformanceSecuritySetupSQL Server ToolsOther SQL Server Topics
DirectoryUser Groups
Related Topics
MS AccessOther DB ProductsMS Server Products.NET DevelopmentVB DevelopmentJava DevelopmentMore Topics ...

SQL Server Forum / Other Technologies / Full-Text Search / September 2006

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Full Text search for 'C#' and 'C++'29 Sep 2006 03:13 GMT3
I am using SQLServer 2000. When i searched for 'C#' or 'C++'
Ex:
CONTAINS(Table.*, '"C#"')
getting results that does not have 'C#' or 'C++'.
hit locations in full text28 Sep 2006 19:05 GMT1
I'm working on an aplication that could benefit from having the hit
location inside of a column. For example
A Column has
"United Stated Education System : Educational Stuff"
Changing ftcatid on the fly?28 Sep 2006 03:10 GMT1
Quick question, I have a set of full text catalog files that we would
like to use to re-create a set of catalogs on a new build database, as
part of a build script. I have copied a set of files to a devstore on
out SAN with the intention of moving these to each local file system
Finding all current indexes in database?23 Sep 2006 16:41 GMT2
Is it possible to list all of the current Full Text Indexes on a given
database by using a command or statement through the query analyzer?
My problem is that i setup a full text index for a database 1 year ago
and have since forgotten its name and from what i can tell my
FTS 2005 system exception c0000005 every few seconds23 Sep 2006 02:33 GMT3
L.S.
While running a full population on a full-text index the following
message keeps coming almost every second in the Event Log:
Event Type:    Error
Backup failure due to full-text indexing20 Sep 2006 15:07 GMT10
Hi,
Sometimes, I got the following error while trying to perform a database
backup.
This backup is done on a regular basis using a maintenance plan.
Problems with CONTAINS19 Sep 2006 02:07 GMT1
I am executing the followings SELECT and the results are not as
expected.
======================================
Search 1
Still wondering16 Sep 2006 19:56 GMT3
What was the verdict on the two ways to perform the full-text query,
contains vs. containstable?
It seemed the original poster found that containstable worked faster and
wanted to know if was essentially the same query.  The question also was
contains and varbinary document types15 Sep 2006 11:59 GMT2
I was reading BOL, and I came across this statement:
"Many document types can be stored in a single varbinary(max), or xml
column. Microsoft SQL Server 2005 supports certain document types and
provides a filter for these types."
sql sp3 failed to upgrade search service on passive node14 Sep 2006 17:01 GMT1
Env: sql 2k sp3 Ent. ed running on win2k3 active/passive cluster
When SQL SP3 was applied on the cluster it failed to upgrade ms search on
the passive node
causing ms search on the two nodes to go out of sync.
SQL 2005 Failed to PAUSE\RESUME Errors13 Sep 2006 20:41 GMT5
Hiya,
I have several database on a SQL2005 server.  They have fuill text indexing
enabled.  They all have one catalog referred to one table.  Currently they
have not been populated so are therefore empty.
conditionally query a catalogue's field12 Sep 2006 22:48 GMT3
I have recently used the 'top_n_by_rank' clause in a full text
query in order to reduce the query execution time.
Here is the senario - we have a table called 'article' that has
three fields.
Microsoft Search service12 Sep 2006 21:07 GMT1
We have SQL 2000 on one server.  We are trying to configure full text
searchin within Project Web Access on another server.   We have noticed
that the "Microsoft Search" service is not even listed on the Project
Server.  How is that added/installed?
Must a hyphen always be a wordbreaker?11 Sep 2006 19:11 GMT3
My clients need to be able to search on identification numbers that are
formatted like '5-1' or '10-23'.  In the first instance, I can't do it at
all, because the wordbreaker breaks 5 and 1 apart, then ignores both as
noise words.  In the second case, I get a bunch of stuff back ...
Performance issue with CONTAINS11 Sep 2006 18:47 GMT8
Seemingly a simple thing but something is wrong:
SELECT * FROM PERSON WHERE company_id = 7410 AND CONTAINS(first_name,
'Daniel') takes 2.5 minutes.
SELECT person.* FROM CONTAINSTABLE(PERSON, first_name, 'Daniel') AS a
Pages: 1 2 August, 2006
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2010 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.