Advertisement

1 - 10 of 17 containing alltags:("freetext") (0 seconds)
Hellow! What is the difference between FREETEXT and CONTAINS functions? If i search word or phrase in text or ntext field, what function use better? thank you!
Zones: MS SQL ServerDate Answered: 05/29/2002 Grade: A Views: 76
Hi there, I am working on a website that sells products from Spain. As such, many spellings are hard to muster for those English-Speaking amongst us and, indeed, the website is for the UK market...
Zones: MySQL ServerDate Answered: 07/21/2007 Grade: A Views: 5
Hi all, In my place of work we have a media archive of news and programs, its all text, i have implemented full text search on some tabels, my problem actually is when i am trying to search any ch...
Zones: MS SQL ServerDate Answered: 03/10/2004 Grade: B Views: 0
Hi everyone,                  I would have thought that if I had a column called product_desc and if one of the records contained the following for product_desc: <h1>Ladder</h1><br>This is a ve...
Zones: DatabasesDate Answered: 08/27/2004 Grade: A Views: 0
I am using VS.NET 2005 and SQL Server 2005 I am getting an error running the following query. SELECT [notes] FROM [Info] WHERE (CONTAINS([notes], @notes)) ORDER BY [info_date] DESC The note...
Zones: MS SQL ServerDate Answered: 07/22/2005 Grade: A Views: 184
I am using a server with the SQL locale set to the US, however the site is for an english audience. I have a newsroom script that currently uses free text fields to allow the user to specify a d...
Zones: ASP.Net ProgrammingDate Answered: 04/14/2006 Grade: A Views: 0
I have an existing stored procedue that I need to change to get a website search engine working better.  The current sp searchs fine if you only feed it one word.  Once you go beyond that you are b...
Zones: MS SQL ServerDate Answered: 12/09/2005 Grade: A Views: 0
Hi, Created a table that has 'Full-text' Indexing on column log_note.  I've created the following two queries, the first works fine but the second only searches/returns data for the first entry ...
Zones: MS SQL ServerDate Answered: 01/08/2007 Grade: A Views: 0
Hi, My dataset always retrieves up to 1000+ records which is overwhelming How do i display only first 100 records and not show the rest. I use Microsoft Indexing Server and ASP.NET code to d...
Zones: DatabasesDate Answered: 03/02/2007 Grade: A Views: 0
Hi I have following where clause in a query, that I woul like to convert to a Freetext search Where (products.article LIKE '%'+ @SearchString +'%' OR products.title LIKE '%'+ @SearchString +'...
Zones: MS SQL ServerDate Answered: 03/11/2006 Grade: C Views: 58