all groups > sql server data warehouse > april 2006 >
You're in the

sql server data warehouse

group:

Using Fuzzy Logic From SQL or API


Using Fuzzy Logic From SQL or API tronn
4/19/2006 2:44:03 AM
sql server data warehouse: We were hoping to use fuzzy logic transformation in a non-data warehouse
application where user of one application search for an address match in
another app. Is it possible to access fuzzy logic functionality through
T-SQL or through an API?

Thanks

Re: Using Fuzzy Logic From SQL or API Darren Gosbell
4/27/2006 11:26:28 PM
If you have the enterprise edition of SQL Server you can do fuzzy
matching using Integration Services.

--
Regards
Darren Gosbell [MCSD]
Blog: http://www.geekswithblogs.net/darrengosbell

In article <6532D8C1-3583-44BA-BE3A-9C6C59AB4886@microsoft.com>,
tronn@discussions.microsoft.com says...
[quoted text, click to view]
Re: Using Fuzzy Logic From SQL or API Hans
5/14/2006 2:26:09 PM
Hi,

You can do it also by using the SOUNDEX Code. You can search google and find
a lot of implementations. I use it by myself for searching of Names,
addresses, aso.

Hans


"tronn" <tronn@discussions.microsoft.com> schrieb im Newsbeitrag
news:6532D8C1-3583-44BA-BE3A-9C6C59AB4886@microsoft.com...
[quoted text, click to view]

AddThis Social Bookmark Button