<?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>疯子阿飞 &#187; Sql Server</title>
	<atom:link href="http://afei.name/archives/tag/sql-server/feed" rel="self" type="application/rss+xml" />
	<link>http://afei.name</link>
	<description>Blog of Mad Charlie</description>
	<lastBuildDate>Mon, 12 Dec 2011 17:16:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>编辑数据库的自增字段（自动编号字段）</title>
		<link>http://afei.name/archives/14</link>
		<comments>http://afei.name/archives/14#comments</comments>
		<pubDate>Tue, 30 Jun 2009 16:26:13 +0000</pubDate>
		<dc:creator>阿飞</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Sql Server]]></category>

		<guid isPermaLink="false">http://www.afei.name/archives/14</guid>
		<description><![CDATA[SET IDENTITY_INSERT &#91;TABLE1&#93; ON UPDATE &#91;TABLE1&#93; SET ID = B WHERE ID = A SET IDENTITY_INSERT &#91;TABLE1&#93; OFF]]></description>
		<wfw:commentRss>http://afei.name/archives/14/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SqlServer清理日志的方法</title>
		<link>http://afei.name/archives/8</link>
		<comments>http://afei.name/archives/8#comments</comments>
		<pubDate>Tue, 30 Jun 2009 12:32:56 +0000</pubDate>
		<dc:creator>阿飞</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Sql Server]]></category>

		<guid isPermaLink="false">http://www.afei.name/archives/8</guid>
		<description><![CDATA[SqlServer中用于删除日志和备份数据库的两个存储过程 <a href="http://afei.name/archives/8">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://afei.name/archives/8/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

