[求助]这是什么错误啊?
<p>减批次出错,原因:Can't allocate space for object 'gdssale_01' in database 'misok' because 'default' segment is full/has no free extents. If you ran out of space in syslogs, dump the transaction log. Otherwise, use ALTER DATABASE or sp_extendsegment to increase size of ……</p><p>这个错误应该怎样解决?有大侠知道吗?</p><p></p> 数据库的default segment 满了,加大数据库就行了.<br/><br/>BTW,多查查英汉字典<br/> 如果没有空间Add了,想增加temp来给misok加data或log空间应该怎么做? 什么意思?没看明白哟 清一下日志! <p>dump transaction database_name with no_log</p><p>go</p><p></p> <p>找到数据库正在运行的进程sp_who,然后逐一kill</p><p>use misok</p><p>go</p><p>dump tran misok with no_log</p><p>go</p><p></p>
页:
[1]