⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 6305.htm

📁 说明: column_list列出要添加数据的列名。在给表或视图中部分列添加数据时
💻 HTM
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>MS SQL基础教程:从SQL Server 7.0升级 - 编程入门网</title>
<meta name="keywords" content="MS SQL基础教程:从SQL Server 7.0升级">
<meta name="description" content="MS SQL基础教程:从SQL Server 7.0升级">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="/images/style.css" rel="stylesheet" type="text/css" />
<script src="/js1/head.js"></script>
</head>
<body leftmargin="0" topmargin="0" bgcolor="#efefef" oncopy=nocopy()>
<TABLE width="760" cellPadding="0" cellSpacing="0"  bgcolor="#eff7fe" align="center">
  <TR>
    <TD><a href="/index.htm"><img src="/images/logo1.gif" width="150" height="60" border="0"></a></TD>
    <TD width="470" align="right"><script src="/js1/top.js"></script></TD>
    <TD width="125" align="center"><script src="/js1/topsy.js"></script></TD>
  </TR>
</TABLE>
<table width="760" border="0" cellpadding="1" cellspacing="0" class="bklan" align="center">
  <tr>
    <td align="center" bgcolor="#eff7fe" height="24"> | <a href='/Programming/index.htm'>编程语言</a> | <a href='/webkf/index.htm'>web开发</a> | <a href='/data/index.htm'>数据库</a> | <a href='/Network/index.htm'>网络技术</a> | <a href='/OS/index.htm'>操作系统</a> | <a href='/Servers/index.htm'>服务器</a> | <a href='/web/index.htm'>网页设计</a> | <a href='/Design/index.htm'>图形设计</a> | <a href='/Office/index.htm'>办公软件</a> | <a href='/soft/index.htm'>常用软件</a> | <a href='/shadu/index.htm'>杀毒频道</a> | <a href='/PC/index.htm'>学电脑</a> |</td>
  </tr>
</table>
<table cellspacing="0" cellpadding="0" width="760" align="center" bgcolor="#ffffff" border="0">
  <tr>
    <td align="center"><script src="/js1/content1.js"></script></td>
  </tr>
</table>
<table width="760" border="0" cellpadding="0" cellspacing="0" align="center">
  <tr>
    <td height="25" background="/templets/img/31bg3.gif" align="left" class="guidet">&nbsp;→ 当前位置:<a href='http://www.bianceng.cn/'>首页</a>→<a href='/data/index.htm'>数据库</a>→<a href='/data/SQLServer/index.htm'>SQL Server</a>→<a href='/data/SQLServer/jc/index.htm'>SQL Server教程</a>→正文</td>
  </tr>
</table>
<table width="760" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
  <tr>
    <td valign="top" class="guidet" width="595"><table width="100%" border="0" cellpadding="0" cellspacing="0" class="ct">
  <tr>
    <td align="center" valign="middle" class="til"><h3>&nbsp;&nbsp; MS SQL基础教程:从SQL Server 7.0升级 </h3>
      发布时间:2007-12-25 来源:网络/责编:编程入门 作者:佚名<br />
      <script src="/js1/468.js"></script>
    </td>
  </tr>
  <tr>
    <td style="font-size:14px" align="left" class="til"><table border="0" align="right" cellpadding="0" cellspacing="0">
<tr>
<td align="center"><script src="/js1/300.js"></script></td>
</tr>
</table><p>  SQL Server 的升级是一个不可逆的过程,它将对重要的系统和数据文件进行操作,有较大的风险需要格外小心。</p>
<p>  2.3.1 升级前的准备工作</p>
<p>  升级前为安全起见,必须确保系统能退回到升级前的状态,因此需要做一些额外的工作。其步骤如下:</p>
<p>  1、确保操作系统满足安装要求。</p>
<p>  2、确保有足够的磁盘空间用于安装软件、交换数据。</p>
<p>  3、维护已有的数据库即对每个数据库执行以下的DBCC 命令;DBCC CHECKDB、DBCC NEWALLOC、DBCC CHECKCATALOG。</p>
<p>  4、确保SQL Server 的打开数据库的配置参数大于或等于服务器中已有的数据库的数目包括系统数据库(master model pubs tempdb)。可以通过企业管理器或用系统存储过程sp_configure 来检查、更改。</p>
<p>  5、备份包括系统数据库在内的所有数据库。如果硬盘空间足够大,可以最好将整个SQL Server 目录及其所有的数据、驱动程序都做一个备份。</p>
<p>  6、备份操作系统的注册表,用于恢复原有的SQL Server。</p>
<p>  7、关闭数据库只读状态。可以用企业管理器或系统存储过程sp_dboption 来检查。</p>
<p>  8、关闭任何与SQL Server 相关的应用程序。</p>
<p>  做完上述工作后就可以开始升级SQL Server 了。</p>
<p>  2.3.2 升级SQL Server</p>
<p>  我们以升级SQL Server 7.0 Standard Edition 为例,其升级步骤如下所示:</p>
<p>  1、运行安装程序,在安装程序启动画面中依次选择&ldquo;Install SQL Server 2000 Components&rdquo;、&ldquo;Standard Edition&rdquo;、&ldquo;Database Server- Standard Edition&rdquo;选项;在欢迎对话框中单击&ldquo;Next&rdquo;按钮,则出现如图2-1所示的输入安装计算机名称对话框。</p>
<p>  <img onclick="get_larger(this)" alt="" src="/upimg/071226/11b6103645P25107.jpg" /></p>
<p>  2、接下来出现如图2-14 所示的选择安装选项的对话框。选择中间的升级选项&ldquo;Update,remove,or add components to an existing instance of SQL Server&rdquo;</p>
<p>  <img onclick="get_larger(this)" alt="" src="/upimg/071226/11b6103B05039425.jpg" /></p>
<p>  3、接下来出现如图2-15 所示的选择实例名称的对话框。如果以前安装时使用的是缺省选项则不必另行设置。</p>
<p>  <img onclick="get_larger(this)" alt="" src="/upimg/071226/11b6103C45044049.jpg" /></p>
<p>  4、接下来出现如图2-16 所示的选择升级操作选项对话框。选取如图所示的&ldquo;Update your existing installation&rdquo;选项。</p>
<p>  <img onclick="get_larger(this)" alt="" src="/upimg/071226/11b6103DU053C4.jpg" /></p>
<p>  5、接下来出现如图2-17 所示的选择升级SQL Server 数据和工具对话框。如果数据库不是很大,则可以选择此选项。</p>
<p>  <img onclick="get_larger(this)" alt="" src="/upimg/allimg/070501/2210190.jpg" /></p>
<p>  6、接下来出现如图2-18 所示的选择SQL Server 的认证模式对话框。</p>
<p>  <img onclick="get_larger(this)" alt="" src="/upimg/071226/11b6104Z230IR7.jpg" /></p>
<p>  7、接下来则会收集安装信息和系统信息,并出现如图2-12 所示的确认开始复制文件对话框。可以开始复制文件,进行升级。最后出现类似于图2-13 所示的升级结束对话框,完成升级操作。</p>
<p>  <img onclick="get_larger(this)" alt="" src="/upimg/071226/11b610491550U294.jpg" /></p>
<p>  <img onclick="get_larger(this)" alt="" src="/upimg/071226/11b610492L091439.jpg" /></p>
<p>  <a href="/data/SQLServer/jc/200712/6352.htm">查看全套&quot;MS SQL入门基础教程&quot;&gt;&gt;&gt;&gt;&gt;</a></p><center><br /><script src="/js1/4682.js"></script></center>
      <p>上一篇:<a href='/data/SQLServer/jc/200712/6304.htm'>MS SQL基础教程:SQL Server 2000的版本和系统需求</a>  &nbsp; 下一篇:<a href='/data/SQLServer/jc/200712/6306.htm'>MS SQL基础教程:数据库基本概念</a> </p></td>
  </tr>
  <tr>
    <td align="left" style="font-size:14px;" height="25"><IMG src="/images/t0.gif" width="12" height="12" align=absMiddle><strong>相关文章</strong><br /><table width='100%' border='0' cellspacing='0' cellpadding='0'>
<tr>
	<td width='50%'>
·<a href="/data/SQLServer/jc/200712/6304.htm">MS SQL基础教程:SQL Server 2000的版本和系</a><br/>
	</td>
	<td width='50%'>
·<a href="/data/SQLServer/jc/200712/6306.htm">MS SQL基础教程:数据库基本概念</a><br/>
	</td>
	</tr>
<tr>
	<td width='50%'>
·<a href="/data/SQLServer/jc/200712/6303.htm">MS SQL基础教程:SQL Server 2000的工具</a><br/>
	</td>
	<td width='50%'>
·<a href="/data/SQLServer/jc/200712/6307.htm">MS SQL基础教程:关系数据库</a><br/>
	</td>
	</tr>
<tr>
	<td width='50%'>
·<a href="/data/SQLServer/jc/200712/6302.htm">MS SQL基础教程:SQL Server 2000的新特性</a><br/>
	</td>
	<td width='50%'>
·<a href="/data/SQLServer/jc/200712/6308.htm">MS SQL基础教程:常见的数据库对象</a><br/>
	</td>
	</tr>
<tr>
	<td width='50%'>
·<a href="/data/SQLServer/jc/200712/6301.htm">MS SQL基础教程:SQL Server 2000简介</a><br/>
	</td>
	<td width='50%'>
·<a href="/data/SQLServer/jc/200712/6309.htm">MS SQL基础教程:关系数据库的范式</a><br/>
	</td>
	</tr>
<tr>
	<td width='50%'>
·<a href="/data/SQLServer/jc/200712/6300.htm">配置SQL Server 2000选项</a><br/>
	</td>
	<td width='50%'>
·<a href="/data/SQLServer/jc/200712/6310.htm">MS SQL基础教程:SQL语言</a><br/>
	</td>
	</tr>
<tr>
	<td width='50%'>
·<a href="/data/SQLServer/jc/200712/6299.htm">SQL Server 2000分布式查询:OLE DB连接</a><br/>
	</td>
	<td width='50%'>
·<a href="/data/SQLServer/jc/200712/6311.htm">MS SQL基础教程:Transact-SQL语言概述</a><br/>
	</td>
	</tr>
<tr>
	<td width='50%'>
·<a href="/data/SQLServer/jc/200712/6312.htm">MS SQL基础教程:SQL变量</a><br/>
	</td>
	<td width='50%'>
·<a href="/data/SQLServer/jc/200712/6313.htm">MS SQL基础教程:注释符、运算符与通配符</a><br/>
	</td>
	</tr>
	</table>
</td>
  </tr>
</table>
</td>
    <td width="165" valign="top" class="guideb"><script src="/js1/1601.js"></script><table width="100%" border="0" cellpadding="0" cellspacing="0" valign="top">
      <tr>
        <td height="25" align="center" background="/templets/img/31bg3.gif"><strong>阅读排行</strong></td>
      </tr>
      <tr>
        <td>·<a href="/data/SQLServer/jc/200712/6352.htm">MS SQL Server入门教程</a><br/>
·<a href="/data/SQLServer/jc/200807/10974.htm">MS SQL基础教程:存储过程</a><br/>
·<a href="/data/SQLServer/jc/200705/1189.htm">sql语言教程</a><br/>
·<a href="/data/SQLServer/jc/200807/10973.htm">MS SQL基础教程:创建存储</a><br/>
·<a href="/data/SQLServer/jc/200705/1182.htm">sql字符串函数</a><br/>
·<a href="/data/SQLServer/jc/200712/6301.htm">MS SQL基础教程:SQL Serve</a><br/>
·<a href="/data/SQLServer/jc/200712/6302.htm">MS SQL基础教程:SQL Serve</a><br/>
·<a href="/data/SQLServer/jc/200712/6314.htm">MS SQL基础教程:数据类型</a><br/>
·<a href="/data/SQLServer/jc/200705/1188.htm">Sql语言基础</a><br/>
·<a href="/data/SQLServer/jc/200712/6311.htm">MS SQL基础教程:Transact-</a><br/>
·<a href="/data/SQLServer/jc/200712/6312.htm">MS SQL基础教程:SQL变量</a><br/>
·<a href="/data/SQLServer/jc/200705/1184.htm">sql基本语句</a><br/>
·<a href="/data/SQLServer/jc/200807/10972.htm">MS SQL基础教程:管理存储</a><br/>
·<a href="/data/SQLServer/jc/200712/6306.htm">MS SQL基础教程:数据库基</a><br/>
·<a href="/data/SQLServer/jc/200705/1178.htm">sql数据表</a><br/>
 </td>
      </tr>
	  <tr>
        <td><script src="/js1/1602.js"></script></td>
      </tr>
	  <tr>
        <td height="25" align="center" background="/templets/img/31bg3.gif"><strong>最新文章</strong></td>
      </tr>
	  <tr>
        <td><script src="/plus/js/0.js" language="javascript"></script></td>
      </tr>
	  </table></td>
  </tr>
</table>
<table cellspacing="0" cellpadding="0" width="760" align="center" bgcolor="#ffffff" border="0">
  <tr>
    <td align="center"><script src="/js1/content2.js"></script></td>
  </tr>
</table>
<table width="760" border="0" cellspacing="0" cellpadding="0" align="center">
  <tr height="26">
    <td bgcolor="#e1f0fd" width="48"></td>
    <td bgcolor="#6ab3f4" width="35"></td>
    <td bgcolor="#0a518f" colspan="2" width="4"></td>
    <td bgcolor="#c0c0c0" width="530" align="center"><a title="将本站设为你的首页" onclick="this.style.behavior='url(#default#homepage)';this.sethomepage('http://www.bianceng.cn');return false;" href="http://www.bianceng.cn/">设为首页</a> | <a class="navmenu" 
      title="将本站加入到你的收藏夹" 
      href="javascript:window.external.AddFavorite(location.href,document.title)">加入收藏</a> | <a href="/about/about.htm">关于本站</a> | <a href="/plus/flink.php">友情链接</a> | <a href="/about/banquan.htm">版权声明</a> | <a href="/plus/sitemap.html">网站地图</a> | <a href="/plus/rssmap.html">RSS订阅</a></td>
    <td bgcolor="#0a518f" colspan="2" width="4"></td>
    <td bgcolor="#6ab3f4" width="32"></td>
    <td bgcolor="#e1f0fd" width="47"></td>
  </tr>
  <tr height="26">
    <td colspan="9" bgcolor="#FFFFFF" align="center">编程入门网 版权所有,bianceng.cn,All Rights Reserved. <script src="/js/tongji.js"></script> 阅读次数:<script src="/plus/count.php?aid=6305&mid=0" language="javascript"></script></td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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