Monday, March 12, 2012

Integrate in SQL Server 2000

I want to integrate tool in SQL server 2000.
Ex. add more the approximate search or fuzzy search to get well results.
please show me, what do?There are different "fuzzy search" algorithms, depending upon exactly what you want to do. None are built in SQL Server, so you have to program them yourself with TSQL. (Note, there may be some available through analysis services.)

No comments:

Post a Comment