Home > Database > Mysql Tutorial > winXP系统安装SQLServer2005开发版具体过程与注意问题

winXP系统安装SQLServer2005开发版具体过程与注意问题

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-07 18:04:37
Original
1190 people have browsed it

XP系统系统只能安装SQL Server 2005开发版,可以到到网上下载SQL Server 2005开发版的iso文件

如果是iso文件,大概1.7G,包含32位和64位的安装文件,这是一个下载地址

1、确保以前版本卸载干净,卸载干净方法
--删除C:\Program Files\Microsoft SQL Server这整个文件夹,
--regedit打开
--删除[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server]主键
--删除[HKEY_CURRENT_USER\Software\Microsoft\Microsoft SQL Server]主键
--windows服务如果还在,还需要删除服务.
--HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services 直接删除相关的键值便可
--重新启动计算机
2、如果机器上装有VS 2005的话,要把VS 2005自带的SQL 2005 EXPRESS卸载;
同时删除XML4和MSXML6,到控制面板/添加删除程序。
3、关闭所有杀毒软件,尽量关闭防火墙
4、安装准备
安装IIS5.1,以及Microsoft .NET Famework 2.0(如果先安装VS2005,不要选择安装SQL 2005 EXPRESS)
5、具体安装过程
先分析主机CPU是单核还是双核,单核安装32位文件,即SQL Server x86文件夹
双核安装64位文件,即SQL Server x64文件夹
(1)服务端安装:进入安装文件夹的Servers目录,点击setup.exe
具体过程请参阅“”
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Issues
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template