| Thread | Last Post | Replies |
|
| Is the Contains clause case sensitive? | 28 Mar 2008 21:29 GMT | 3 |
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 GMT | 2 |
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 xml | 26 Mar 2008 20:45 GMT | 1 |
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 stopped | 21 Mar 2008 15:31 GMT | 1 |
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 search | 13 Mar 2008 18:20 GMT | 1 |
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 GMT | 1 |
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 GMT | 3 |
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, ...
|