Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 Transact-SQL (2005)
 t-sql fuzzy grouping

Author  Topic 

jamie
Aged Yak Warrior

542 Posts

Posted - 2008-07-23 : 11:04:16
hi,
Do you know if it is possible to create fuzzy grouping using T-SQL ?
I know it is available in SSIS, but would like to try this using only sql

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2008-07-23 : 11:05:44
You can get approximate fuzzy grouping with functions SOUNDEX & DIFFERENCE

http://doc.ddart.net/mssql/sql70/setu-sus_8.htm
Go to Top of Page

jamie
Aged Yak Warrior

542 Posts

Posted - 2008-07-23 : 12:03:25
thank you, I'll check it out.
Go to Top of Page
   

- Advertisement -