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 / March 2008

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Is the Contains clause case sensitive?28 Mar 2008 21:29 GMT3
Hi all...
Someone testing the Search program I am putting together brought this to my
attention today.
The Contains clause is:
Where is the FULLTEXTCATALOGPROPERTY(LogSize) log?27 Mar 2008 18:34 GMT2
Where is the log full-text error log
   FULLTEXTCATALOGPROPERTY('MyCatalogName', 'LogSize')
refers to in SQL Server?
"Size, in bytes, of the combined set of error logs associated with a
"near" search behavior changes with type change from nvarchar(max) to     xml26 Mar 2008 20:45 GMT1
ran into the following case when using the near full text search
feature with SQL 2005:
The following string is stored in a table in an nvarchar(max) type
column and a full text index is built on it using english:
Fulltext seems to be stopped21 Mar 2008 15:31 GMT1
2005 sql server on Win2003
SQL fulltext Queries (and stored procedures) all of a sudden have stopped
working.  We are running these queries and sp's from a web site through an
ADO connection.  Dynamic sql works fine.
Boolean search13 Mar 2008 18:20 GMT1
This is my problem, I hope you can help me...
I have an asp web site.
I want to search, for exemple in a table of addresses, the string
"apple+table", to have all the record in my table where in a list of fields
Can Full Text Searching do this????10 Mar 2008 21:33 GMT1
1. Create a robust search engine able searching of information across all
types of content.
2. Support Open Search specification
3. content indexer applying A-Z indexing model and establish keyword
How does 'LIKE' actually work??06 Mar 2008 23:20 GMT3
I have a list of internet URLs in an SQL table.
If a user enters a URL in to a web page to be added to the URLList table, I'd like to know if that URL is already in the table.
This is my query.
rs.Open "SELECT * FROM URLList WHERE URL LIKE '[" & MyURL & "]%' ORDER BY URL ASC", conn, ...
 
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.