<?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>mogri : network &#187; SQL</title>
	<atom:link href="http://www.mogri.net/tag/sql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mogri.net</link>
	<description>life &#124; photo &#124; fun</description>
	<lastBuildDate>Sat, 28 Aug 2010 00:36:14 +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>SQL Cursor</title>
		<link>http://www.mogri.net/2007/08/04/sql-cursor/</link>
		<comments>http://www.mogri.net/2007/08/04/sql-cursor/#comments</comments>
		<pubDate>Sat, 04 Aug 2007 16:56:13 +0000</pubDate>
		<dc:creator>flex</dc:creator>
				<category><![CDATA[Geeky]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://mjournal.mogri.net/2007/08/04/sql-cursor/</guid>
		<description><![CDATA[DECLARE cursor CURSOR FOR {select statement...} OPEN cursor -- filling up the local variables from cursor FETCH NEXT FROM cursor INTO @var1, @var2... WHILE @@FETCH_STATUS = 0 BEGIN {do your stuffs with variables} END CLOSE cursor DEALLOCATE cursor MSDN]]></description>
		<wfw:commentRss>http://www.mogri.net/2007/08/04/sql-cursor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
