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 / December 2007

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Fulltext indexing of xml files problem30 Dec 2007 21:43 GMT9
Hello everybody. I have MS SQL 2000 with SP4 installed on 2003 win server. I
can search doc files stored in image data type column, but I can NOT search
xml files. Could you help me please? Thank you very much. I have heard about
micorosft xml ifilter, but every links to this ...
new records aren't being added to ft catalog (sql 2005 ee)28 Dec 2007 17:06 GMT2
I have multiple full-text catalogs on about 8 tables (sql server 2005 ee -
all varchar(max)).
A few days ago, they all went to an idle status and won't start picking up
any new changes - all catalogs are auto update.
Different results from like and contains28 Dec 2007 14:38 GMT2
I have 2 different queries that I expected to return the same results.
Where Name like '%fish%'
and
Where contains((Name),'("*fish*")')
Help! "#1" in Contains returns unexpected27 Dec 2007 17:10 GMT4
Need some help with this. On a simple search I use the syntax;
----------------
where title like'%#1%'
---------------
fulltext statistics21 Dec 2007 12:29 GMT1
Is it possible to get statistics of any sort from the full text engine?
My understanding is SQL Server treats the the fulltext engine as a remote
server and performs distributed queries against it via oledb. AFAIK, oledb
has optional interfaces to obtain stats (cardinality, ...
Different columns20 Dec 2007 16:21 GMT4
Lets say i have a table TITLES with columns ID,INDEKS,TEKST
Values in row are
ID    INDEKS        TEKST
1    World War    II Day by Day
Grab text near match in fulltext19 Dec 2007 13:21 GMT1
Is there a way to grab a bit of text near the first word the fulltext
search matches?
We're currently showing a summary to people, which is written by the
user, but obviously does not contain the keyword someone searched for.
CONTAINS clause problem with single-quotes17 Dec 2007 16:37 GMT2
This is cross posted to sqlserver.prgramming also...
I am confused by the MSDN help regarding the Contains clause for fulltext
search.
The Help states that the single-quote does not need to be escaped for
Full-text Search with CONTAINSTABLE is slow for first time14 Dec 2007 16:54 GMT1
I have a Full-text Search query as mentioned below.
SELECT * FROM CONTAINSTABLE(TABLE_NAME, COL_Name,
N'ISABOUT(FORMSOF(INFLECTIONAL, TEXT_HERE))') ORDER BY Rank DESC
The table, TABLE_NAME contains around 800 rows and the column COL_Name is
assigning weight to columns with fulltext (is it possible?)13 Dec 2007 21:30 GMT2
I have a table which has several fulltext enabled columns.
Title, Summary, Description
I was wondering whether it is possible to assign some kind of weight
to the columns? For example, I find it more relevant if the keywords
Full text service user account13 Dec 2007 14:18 GMT1
Folks,
   Just a quick one. How do you determine the user that the full text
service is using on SQL Server 2000? Any suggestions/code sample
diagnostics much appreciated.
How to get all lexicon (indexed keyword)?09 Dec 2007 18:19 GMT4
Hi, could anyone tell me how to extract all the indexed keywords from the SQL
server catalog of indexes please?
How to genericaly search the entire db for any text string in any stored procedure, function, table definition, agent job, etc. Any one command or anyone have a stored proc that does this wide search?06 Dec 2007 19:05 GMT1
How to genericaly search the entire db for any text string in any stored
procedure, function, table definition, agent job, etc. Any one command or
anyone have a stored proc that does this wide search?
Unable to create full-text catalog - please help!06 Dec 2007 11:31 GMT2
Folks,
   Please help! I am unable to create a full-text catalogue. When I
run the following command:
sp_fulltext_catalog 'Cat_Desc', 'create', 'f:\VENUS_SQL_DAT\MSSQL
querying  columns -  2005 full text catalog03 Dec 2007 16:29 GMT2
Hello,I have been trying some methods of querying different columns using a
2005 full text
catalog.http://technet.microsoft.com/en-gb/library/ms345119.aspx#yukonftsea_topic5e.g.1
SELECT pk, txtCol2, txtCol3
Pages: 1 2 November, 2007
 
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.