<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>From The Depths : SQL Server Yukon</title><link>http://blogs.msdn.com/mthalman/archive/tags/SQL+Server+Yukon/default.aspx</link><description>Tags: SQL Server Yukon</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>SQL Server Yukon DTS: Success in cleaning CRM data</title><link>http://blogs.msdn.com/mthalman/archive/2004/03/11/88148.aspx</link><pubDate>Thu, 11 Mar 2004 22:36:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:88148</guid><dc:creator>mthalman</dc:creator><slash:comments>6</slash:comments><comments>http://blogs.msdn.com/mthalman/comments/88148.aspx</comments><wfw:commentRss>http://blogs.msdn.com/mthalman/commentrss.aspx?PostID=88148</wfw:commentRss><description>&lt;P&gt;I was just reading an &lt;A href="http://technologyevaluation.com/Research/ResearchHighlights/Crm/2004/03/research_notes/MI_CR_KR_03_08_04_1.asp"&gt;article&lt;/A&gt; at TechnologyEvaluation.com about the difficulty in maintaining data quality for CRM applications.&amp;nbsp; The extremely volatile nature of CRM activity leads to degradation in the data such as: &lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;FONT align="left"&gt;Customer details that are incorrect or inconsistent with other data&lt;/FONT&gt; 
&lt;LI&gt;&lt;FONT align="left"&gt;Duplicate records &lt;/FONT&gt;
&lt;LI&gt;&lt;FONT align="left"&gt;Multiple database synchronization problems&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;Duplicate records is noted as being the most common issue.&amp;nbsp; This can be caused, for example,&amp;nbsp;by spelling variations resulting in duplicate records for the same customer.&amp;nbsp; As I was reading this I recalled what I had learned about the new Data Transformation Services (DTS) feature of SQL Server Yukon.&amp;nbsp; Yukon's &lt;A href="http://www.microsoft.com/technet/prodtechnol/sql/yukon/evaluate/sqlsbdts.mspx"&gt;DTS &lt;/A&gt;will include data cleaning technology such as fuzzy lookup and fuzzy grouping.&amp;nbsp; &lt;STRONG&gt;Fuzzy lookup&lt;/STRONG&gt; involves an input row of data whose columns are mapped to the columns of a given table of existing data.&amp;nbsp; So you may have an existing Customer table and now you have a new candidate row to insert into the Customer table.&amp;nbsp; Fuzzy lookup involves scanning the candidate row's values and comparing them against existing data to check for similarities so that the data can be &amp;#8220;fixed up&amp;#8221; so that they are consistent.&amp;nbsp; For example, if the candidate Customer's company name is equal to &amp;#8220;Micrsooft&amp;#8221; and it finds that there exists a current Customer with a company name of &amp;#8220;Microsoft&amp;#8221;, it will classify that as a high-scoring match all allow the user to take the appropriate actions either manually or through an automatic action.&amp;nbsp; &lt;STRONG&gt;Fuzzy grouping&lt;/STRONG&gt; allows you to find fuzzy duplicates in a given result set in a similar way to fuzzy lookups.&amp;nbsp; This allows you to fix up data that already exists.&amp;nbsp; As you can see, these DTS features match well with solving the data quality issues of CRM.&amp;nbsp; I'm sure Yukon will be taken advantage of in this sector.&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;EM&gt;&lt;FONT face="Times New Roman"&gt;&amp;nbsp;This posting is provided "AS IS" with no warranties, and confers no rights.&lt;/FONT&gt;&lt;/EM&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=88148" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/mthalman/archive/tags/SQL+Server+Yukon/default.aspx">SQL Server Yukon</category></item></channel></rss>