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 / January 2005

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Return Indexed words28 Jan 2005 22:53 GMT2
Is there a query or a method that can return the list of all the
indexed words in a column that has been full-text indexed in sql
server 2000? I need to get the words returned above in a
Containstable[] query on another column to get a rank that can suggest
Special Characters in FullText Query28 Jan 2005 03:01 GMT1
I have create a Catalog and I am trying to find a record in the database that
satisfies the term: 102/3 or 102-3
These two terms works exactly the same way. The SQL searches for records
that have 102 or 3 in any position in the record, including in the middle of
Ignore table lock with CONTAINSTABLE28 Jan 2005 02:41 GMT8
Is there a way to ignore table locks when using the CONTAINSTABLE
statement ? Here is a code sample :
SELECT [KEY], RANK
FROM CONTAINSTABLE(MyTable, *, 'MySearchTerm') as S, MyTable
Concatenate String and Pass to FORMSOF?27 Jan 2005 20:09 GMT3
The following query works perfectly (returning all words on a list called
"Dolch" that do not contain a form of "doing"):
 SELECT 'Dolch' AS [List Name], dbo.Dolch.vchWord
 FROM dbo.Dolch LEFT OUTER JOIN
Ignore Next Char27 Jan 2005 17:33 GMT1
when i m searching with contains I want to ignore a character inside the
keyword,
Like
Es(ignore next char)ref
Performance Question27 Jan 2005 16:31 GMT3
I have a database of students which contains a table StoredCvs. This
contains all of their CVs (Resume's) and has a full text index stored in a
"StoredFilesCatalog". It is unlikely that this table will grow to more than
1 million rows although it is possible.
CONTAINS with *27 Jan 2005 11:01 GMT1
I read in MSDN that
If the text and asterisk are not delimited by double quotation marks, as in
CONTAINS (column, 'text*'), full-text search considers the asterisk as a
character and will search for exact matches to text*.
FreeTextTable Rank27 Jan 2005 07:47 GMT5
Hi. I have a question - does anyone know on what criteria is the rank set by
FreeTextTable ? I created some records in the table "titles" containing the
words "drink", "much" and "abstinence" and.... well.... I can find no rhyme
or reason to the way this rank is established. I ...
Hello27 Jan 2005 02:59 GMT5
How do I start the Search Service on my SQLServer 2000 on winxpsp2 ?
I have installed it, but in the Service Manager I see only
DTC
OLAP SERVICE
FreeText on multiple columns26 Jan 2005 14:42 GMT2
I need to do a freetext-search on multiple columns in the same table,
searching with the same keywords.
For example
WHERE FREETEXT({col1, col2}, "searching for this")
Full Text Search Failed for the word 'is'25 Jan 2005 05:24 GMT2
I am implementing a full text search. When I search for the word 'is', it is
giving a wrong result. I need the help to solve this problem.
Duplicates in result set25 Jan 2005 02:06 GMT2
I have a simple FT query
SELECT PK,TEXT_DATA
FROM TABLE
WHERE CONTAINSs(TEXT_DATA,'"search1" and "search2"')
Storing large documents in SQL Server22 Jan 2005 03:55 GMT4
We are debating whether it is a good idea to store large documents (on the average over 100 MB - max size currently at 220  MB) in SQL server itself OR to strip the document of the "noise" words outside of sql server and store just the words we need to be indexed.
We are ...
inflectional causing "query contained only ignored words" error22 Jan 2005 03:42 GMT4
Hi
I am receiving the error "query contained only ignored words" from the word
"best" that is not in the ignored words list.  While researching the problem
online I found the following link:
Full Text Max Size?20 Jan 2005 14:19 GMT10
Does anyone have experience with Full Text catalogs on large tables? We
have a full text catalog on a table with about 30 million rows. Acording
to BOL, once you get over 1 million you'll need to make some
adjustements. Our system works, but often we get the following errors
Pages: 1 2 3 December, 2004
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 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.