<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[孤城浪子的地盘]]></title> 
<link>https://www.gclz.cn/index.php</link> 
<description><![CDATA[]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[孤城浪子的地盘]]></copyright>
<item>
<link>https://www.gclz.cn/post//</link>
<title><![CDATA[常用SQL数据库错误修复方法]]></title> 
<author>孤城浪子 &lt;admin@yourname.com&gt;</author>
<category><![CDATA[系统经验]]></category>
<pubDate>Sat, 06 Sep 2008 15:38:54 +0000</pubDate> 
<guid>https://www.gclz.cn/post//</guid> 
<description>
<![CDATA[ 
	<br /> USE master <br /> Go&nbsp;&nbsp; <br /> sp_dboption '数据库名','single user','true'&nbsp;&nbsp;<br /> Go<br /> DBCC CHECKDB('数据库名',REPAIR_ALLOW_DATA_LOSS)&nbsp;&nbsp;&nbsp;&nbsp;<br /> Go<br /> USE 数据库名 <br /> Go<br /> DBCC&nbsp;&nbsp;CHECKTABLE(''数据库名'',REPAIR_ALLOW_DATA_LOSS)<br />&nbsp; DBCC&nbsp;&nbsp;DBREINDEX(''数据库名'') <br /> Go<br /> sp_dboption '数据库名','single user','false'&nbsp;&nbsp;&nbsp;&nbsp;<br /> Go&nbsp;&nbsp;&nbsp;&nbsp;<br/>Tags - <a href="https://www.gclz.cn/tags/sql/" rel="tag">sql</a>
]]>
</description>
</item><item>
<link>https://www.gclz.cn/post//#blogcomment</link>
<title><![CDATA[[评论] 常用SQL数据库错误修复方法]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>https://www.gclz.cn/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>