<?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[关于primary文件组已满的原因及解决方法总结]]></title> 
<author>孤城浪子 &lt;admin@yourname.com&gt;</author>
<category><![CDATA[服务器设置]]></category>
<pubDate>Tue, 24 Jul 2007 02:16:50 +0000</pubDate> 
<guid>https://www.gclz.cn/post//</guid> 
<description>
<![CDATA[ 
	 1.检查你的磁盘剩余空间是否足够,如果没有磁盘剩余空间,则清理磁盘,腾出空间 &nbsp; <br /> &nbsp; &nbsp;&nbsp; <br /> &nbsp; 2.检查你的磁盘分区格式 &nbsp; <br /> &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; 如果是FAT16,则数据文件最大只能是2G &nbsp; <br /> &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; 如果是FAT32,则数据文件最大只能是4G &nbsp; <br /> &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; 改为NTFS分区则没有这种限制 &nbsp; <br /> &nbsp; &nbsp;&nbsp; <br /> &nbsp; 3.检查一下你有没有限制数据库文件的大小 &nbsp; <br /> &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; 企业管理器--右键你的数据库--属性--文件增长限制--如果有限制大小,取消限制 &nbsp; <br /> &nbsp; &nbsp;&nbsp; <br /> &nbsp; 4.检查你的SQL版本,如果你用MSDE,则限制了数据文件最大是2G &nbsp; <br /> &nbsp; &nbsp;&nbsp; <br /> &nbsp; 5.你也可以为 &nbsp; primary &nbsp; 组添加新的数据文件来解决这个问题 &nbsp; <br /> &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; alter &nbsp; database &nbsp; 库名 &nbsp; add &nbsp; file(NAME &nbsp; = &nbsp; 逻辑文件名,FILENAME &nbsp; = &nbsp; 'c:&#92;实际文件名.ndf') &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[[评论] 关于primary文件组已满的原因及解决方法总结]]></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>