<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.asp.net/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>Simple SQL query to get duplicate values in a table</title><link>http://weblogs.asp.net/akbar/archive/2008/09/11/simple-sql-query-to-get-duplicate-values-in-a-table.aspx</link><description>This is simple T-SQL query to find duplicate values in Microsoft SQL Server Database select a.field1, a.field2,a.field3, a.field4 from table a where 1 from table b where b.field1 = a.field1 and b.field2 = a.field2 and b.field3 = a.field3)</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator></channel></rss>