Question

Besides full-text indexing and using LIKE keyword, what are other tools to build search functionality on top of MS SQL? This question is particularly for searching records, not files.

Was it helpful?

Solution

I documented how I used Lucene.NET in my ASP.NET application BugTracker.NET here:

http://www.ifdefined.com/blog/post/2009/02/Full-Text-Search-in-ASPNET-using-LuceneNET.aspx

OTHER TIPS

In episode 11 of the SO podcast Jeff and Joel discussed full text searching of SQL Server, Joel's recommendation was Lucene.NET. You can see their discussion in that episode's transcript, it is about a quarter of the way down the page.

2008's full text search capabilities have been improved - perhaps look there first..

I believe MS SQL 2005+ has the capability to search using regular expression.

MSDN has an article about this http://msdn.microsoft.com/en-us/magazine/cc163473.aspx.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top