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 / February 2009

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Error Msg 30053 - Word breaking timed out for the full-text query     string25 Feb 2009 19:19 GMT3
Here's a SQL Server 2008 fulltext indexing problem that 3 days of head-
scratching hasn't alleviated. There are four known symptoms:
Symptom 1. All fulltext queries timeout after 10s with the message:
"Msg 30053, Level 16, State 102, Line 1
Counting number of occurances20 Feb 2009 15:06 GMT2
Is there any way to count the number of times a string occurs in all
rows of a full text indexed column?
CONTAINSTABLE Query not returning all results19 Feb 2009 16:19 GMT1
The enclosed query if run with just project manager in the search
phrase returns a specific record, just searching for surrey returns
the same record so we have concluded that the record contains both
search items. When we put them together in the search as coded below
CONTAINS to search string within words19 Feb 2009 11:03 GMT2
I'm little bit confused and need help. I'm querying using the following query
Select * from User where Contains(Address,'"ca*" OR "ca" OR "*ca" OR "*ca*")
This query returns me
1. california
Quation on Contains17 Feb 2009 16:00 GMT1
I'm little bit confused and need help. I'm querying using the following query
Select * from User where Contains(UserName,'"rob*" OR "rob" OR "*rob")
This query returns me
1. Robert
The process cannot access the file because it is being used by ano16 Feb 2009 19:10 GMT1
The search feature is no longer working correctly for one on our sites.
When i try running the following:
EXEC sp_fulltext_database 'enable'
I'm receiving the following error:
FTS performance issues12 Feb 2009 19:19 GMT5
We are using SQL FTS feature big time to allow search in our repository to
data. Most of the data is text data stored in Varbinary type of column in
html format.
While doing performance testing we find out that following statement is
Control "master merge"09 Feb 2009 22:27 GMT4
We have a fulltext catalog, configure with CHANGE_TRACKING OFF and we have a
Timestamp column. After adding some new data, we execute an “ALTER FULLTEXT
INDEX ON [MyCatalog] START INCREMENTAL POPULATION”.
It’s work well but each START INCREMENTAL POPULATION, fire a master merge;
SQL Server 2008 , Can fulltext html files on harddisk?06 Feb 2009 14:08 GMT3
fulltext html file on disk, don't use binary field to stored file content.
Are there way to SQL Server 2008 can indexed physical htmlfile?
Thanks
Full-Text Search Index in table05 Feb 2009 14:49 GMT1
According to the SQL SERVER 2005 Books Online, "To create a full-text index
on a table, the table must have a single, unique not null column. "
However, the table I would like to have Full-Text Search enabled has only an
composite primary key(two columns)  as index.
PDF iFilter 8/9 with SQL Server?05 Feb 2009 09:59 GMT4
I currently have the Adobe PDF iFilter v6 working with SQL Server 2005, but
have noticed a number of PDFs are not being returned in searches that should
find them. I believe I've narrowed this down to the v6 Adobe iFilter not
supporting PDF Packages, of which all of these PDFs ...
Is Full Text Search going to help?04 Feb 2009 18:40 GMT1
I have a SQLSERVER2000 table (the design of which is outside of my control,
but I can get indexes added) with a telephone number column which I join to a
table (which is in my control) to identify the call type.
e.g.
 
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.