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

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Repopulate Catalog radio button grayed out28 Nov 2007 12:15 GMT1
I hope someone can help me with this.  I know how to start a full-text
population in t-sql.  However, I would like to be able to start it via SSMS.  
I right click on the catalog and choose properties.  All options are
available  such as optimize, rebuild, however, repopulate is ...
FTDATA27 Nov 2007 10:57 GMT1
Why or rather what is the reason for drastic growth of FTDATA? And Can we
shrink this FTDATA?
FTS user errors that I can't replicate!27 Nov 2007 06:16 GMT4
I'm logging error messages for my ASP.NET application with errors
being emailed to me as they occur.
I continuosly get messages from one of my search pages that uses FTS
with "Execution of a full-text operation failed. A clause of the query
CONTAINS with AND across multiple Columns26 Nov 2007 14:48 GMT1
How come when I am doing a CONTAINS search across multiple columns on
a table that I have full text indexed I don't get any matches when one
word is contained in one column and the other word is contained in the
other column in the same row of data?  Here is a query where first
Fulltext search "IT manager"26 Nov 2007 14:45 GMT1
i remove "IT" from noise word and rebuild fulltext
and when i query it won't give error message anymore "Informational: The
full-text search condition contained noise word(s)."
but it return no result
Full-Text indexed column -> deadlocks in multithreaded application23 Nov 2007 09:09 GMT1
Hi group!
I'm facing the the following problem: I want a full-text indexed column
where records can get inserted constantly when under heavy load. The c#
application (can be distributed) and works multithreaded on the same SQL
Query19 Nov 2007 10:39 GMT1
Is there any T-SQL script/query to find out is full text search service
precent or not?
For example if i have SQL 2005 Express then no and yes if i have SQL 2005
Express Advanced?
Full Text Search17 Nov 2007 14:07 GMT1
I'm new in SQL and I would like to know whether this is "possible" in SQL or
not: -
Table_A
Field_A1, varchar
Major Search Problem14 Nov 2007 02:34 GMT1
I got a problem on searching a keyword with '&'.
I run this query and I got all records with '&'.
select * from freetexttable(table1, *, 'AT&T');
I run this and I got records with AT&T.
Contains clause with only NOT keywords12 Nov 2007 15:54 GMT7
I posted this on sqlserver.programming and it was recommended I try this
group.
I am designing a search screen that searches for keywords in Text fields as
well as searching other related tables with fields like Date ranges and
Error09 Nov 2007 15:48 GMT2
I have full text catalog on my table.
SELECT TOP 10 * FROM MyTable My(NOLOCK)
WHERE CONTAINS My.*, '"a.b.c.d*"')
query execute error;
LIKE vs. FTS Results09 Nov 2007 15:36 GMT3
Hard to find exactly the definition of what I'm looking for in BOL. Let's
explain by example:
This return one row:
SELECT * FROM ContainsTable(Request,*,N'ISSI-2007-01001')
issues with exact phrase searching09 Nov 2007 12:35 GMT4
I'm finding that using CONTAINS () and any word or phrase containing
an ' does not work. It seems to split the phrase up instead of doing
an EXACT MATCH search.
example: searching on "computer's technology"
Dash in search string09 Nov 2007 12:09 GMT1
Is it posible that dashes "-" are considering as punctuation when using
CONTAINSTABLE function? It's the behavior I see but I cannot find any text in
BOL that specify this.
This gives lots of rows:
FTS Newbie - Help Please!!04 Nov 2007 22:29 GMT2
I've got a table SupplierItem with full text catalogue set up on it
and I need to search two columns of it, Description2 and
SupplierItemCode, for any combination of terms entered in any order
with wildcards
 
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.