<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Bala Singam &#187; update top N</title>
	<atom:link href="http://balasingam.com/tag/update-top-n/feed" rel="self" type="application/rss+xml" />
	<link>http://balasingam.com</link>
	<description>Just another developer</description>
	<lastBuildDate>Fri, 27 Aug 2010 15:17:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Update top N record in SQL Server</title>
		<link>http://balasingam.com/sql-server/update-top-n-record-in-sql-server</link>
		<comments>http://balasingam.com/sql-server/update-top-n-record-in-sql-server#comments</comments>
		<pubDate>Mon, 08 Jun 2009 16:12:12 +0000</pubDate>
		<dc:creator>BALA SINGAM</dc:creator>
				<category><![CDATA[SQL server Basics]]></category>
		<category><![CDATA[T-SQL]]></category>
		<category><![CDATA[update top N]]></category>

		<guid isPermaLink="false">http://balasingam.com/?p=66</guid>
		<description><![CDATA[Disclaimer : This tutorial is meant for beginners and for anyone who find it useful. The main purpose of this post to keep everything i find useful for future reference for myself and for others. SQL statement to update top N records update daily_sales set is_calc='Y' from daily_sales inner join (select top 100 * from [...]]]></description>
		<wfw:commentRss>http://balasingam.com/sql-server/update-top-n-record-in-sql-server/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
