7112.html

来自「VB技巧问答10000例 VB技巧问答10000例」· HTML 代码 · 共 23 行

HTML
23
字号
<html>
  <head>
    <title>Re: 关于 SQL SERVER 的错误讯息......常碰到耶</title>
  </head>
  <body bgcolor="#FFFFFF" vlink="#808080">
    <center>
      <h1>Re: 关于 SQL SERVER 的错误讯息......常碰到耶</h1>
    </center>
<hr size=7 width=75%>

<hr size=7 width=75%><p>
Posted by <a href="mailto:albertcfchen@gvc.com">四眼蟾蜍</a> on November 05, 1998 at 13:56:17:<p>
In Reply to: <a href="7109.html">关于 SQL SERVER 的错误讯息......常碰到耶</a> posted by 阿月 on November 05, 1998 at 12:39:40:<p>
:     1.  3700 [Microsoft] [ODBC SQL Drive] [SQL Server] Unable to allocate new page for database 'tempdb'<br>:          There are no more pages available on  valid allocation pages. Space can be created by dropping <br>:          objects extending the database ,or dumping the log with no_log<br>第一个讯息是告诉你 tempdb 这个DataBase开太小了,<br>至于要Expand到多大,则要看你对某一个很大的Table<br>作异动如Delete * from Table1, 或Update....<p>那么你免不了要开一个很大的tempdb了。<br>
<br>
<br><hr size=7 width=75%><p>
<a name="followups">Follow Ups:</a><br>
<ul><!--insert: 7112-->
</ul><!--end: 7112-->
<br><hr size=7 width=75%><p>

</body></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?