<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: SQL SERVER &#8211; Advanced Data Quality Services with Melissa Data &#8211; Azure Data Market</title>
	<atom:link href="http://blog.sqlauthority.com/2012/10/12/sql-server-advanced-data-quality-services-with-melissa-data-azure-data-market/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2012/10/12/sql-server-advanced-data-quality-services-with-melissa-data-azure-data-market/</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Fri, 17 May 2013 15:26:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Raj</title>
		<link>http://blog.sqlauthority.com/2012/10/12/sql-server-advanced-data-quality-services-with-melissa-data-azure-data-market/#comment-470709</link>
		<dc:creator><![CDATA[Raj]]></dc:creator>
		<pubDate>Tue, 07 May 2013 13:26:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=21131#comment-470709</guid>
		<description><![CDATA[Pinal Sir,
I am trying to do this since last couple of hours in DQS but am not able to figure it out.
I have one CSV master file with two columns code,name. and I have one source csv file which has only name. I want to match name in source csv file with name in CSV master file, for matching name I want to generate new csv file with code,name. I know I can do this by simple join on name column in SQL Server but there are lot more things which I want to add to it so I want to do it by DQS. Below is example of my files.
Master file
1,Ahmedabad
2,Bangalore
3,Delhi

Source file
Bangalore

My output file should look like
2,Bangalore]]></description>
		<content:encoded><![CDATA[<p>Pinal Sir,<br />
I am trying to do this since last couple of hours in DQS but am not able to figure it out.<br />
I have one CSV master file with two columns code,name. and I have one source csv file which has only name. I want to match name in source csv file with name in CSV master file, for matching name I want to generate new csv file with code,name. I know I can do this by simple join on name column in SQL Server but there are lot more things which I want to add to it so I want to do it by DQS. Below is example of my files.<br />
Master file<br />
1,Ahmedabad<br />
2,Bangalore<br />
3,Delhi</p>
<p>Source file<br />
Bangalore</p>
<p>My output file should look like<br />
2,Bangalore</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paras Doshi</title>
		<link>http://blog.sqlauthority.com/2012/10/12/sql-server-advanced-data-quality-services-with-melissa-data-azure-data-market/#comment-392822</link>
		<dc:creator><![CDATA[Paras Doshi]]></dc:creator>
		<pubDate>Fri, 14 Dec 2012 00:24:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=21131#comment-392822</guid>
		<description><![CDATA[Hi msuworld, This is something that is not available right now. As of now [13 dec 2012], we can only use reference data sets from Azure DataMarket. In future, the product group on MSDN forums had hinted that we may be able to provide our own reference data sets like the one that you mentioned about National ID. I hope that helps.]]></description>
		<content:encoded><![CDATA[<p>Hi msuworld, This is something that is not available right now. As of now [13 dec 2012], we can only use reference data sets from Azure DataMarket. In future, the product group on MSDN forums had hinted that we may be able to provide our own reference data sets like the one that you mentioned about National ID. I hope that helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chaitanya</title>
		<link>http://blog.sqlauthority.com/2012/10/12/sql-server-advanced-data-quality-services-with-melissa-data-azure-data-market/#comment-359109</link>
		<dc:creator><![CDATA[Chaitanya]]></dc:creator>
		<pubDate>Fri, 12 Oct 2012 09:09:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=21131#comment-359109</guid>
		<description><![CDATA[Dear Blog readers...

Kindly provide a solution for the above thought provoking issue.....Awaiting for the reply.....]]></description>
		<content:encoded><![CDATA[<p>Dear Blog readers&#8230;</p>
<p>Kindly provide a solution for the above thought provoking issue&#8230;..Awaiting for the reply&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chaitanya</title>
		<link>http://blog.sqlauthority.com/2012/10/12/sql-server-advanced-data-quality-services-with-melissa-data-azure-data-market/#comment-359027</link>
		<dc:creator><![CDATA[Chaitanya]]></dc:creator>
		<pubDate>Fri, 12 Oct 2012 04:56:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=21131#comment-359027</guid>
		<description><![CDATA[Hi pinal...

we are facing a typical problem in key lookup. we have posted a small article in the link below.
http://www.sqlservercentral.com/Forums/Topic1371449-391-1.aspx

please give a solution....]]></description>
		<content:encoded><![CDATA[<p>Hi pinal&#8230;</p>
<p>we are facing a typical problem in key lookup. we have posted a small article in the link below.<br />
<a href="http://www.sqlservercentral.com/Forums/Topic1371449-391-1.aspx" rel="nofollow">http://www.sqlservercentral.com/Forums/Topic1371449-391-1.aspx</a></p>
<p>please give a solution&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: msuworld</title>
		<link>http://blog.sqlauthority.com/2012/10/12/sql-server-advanced-data-quality-services-with-melissa-data-azure-data-market/#comment-359011</link>
		<dc:creator><![CDATA[msuworld]]></dc:creator>
		<pubDate>Fri, 12 Oct 2012 04:14:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=21131#comment-359011</guid>
		<description><![CDATA[So, it is something when you add a reference a Data  form a source and thus validate info&#039;r in your project ..Such as ...If you have a National ID&#039;s Database connected and you are offering a Service by National Id, i can connect to National ID database and verify info&#039;r right?]]></description>
		<content:encoded><![CDATA[<p>So, it is something when you add a reference a Data  form a source and thus validate info&#8217;r in your project ..Such as &#8230;If you have a National ID&#8217;s Database connected and you are offering a Service by National Id, i can connect to National ID database and verify info&#8217;r right?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
