设为首页 收藏本站
查看: 899|回复: 0

[经验分享] Sqlserver 2008 express独立安装@XP3

[复制链接]

尚未签到

发表于 2016-5-22 09:36:40 | 显示全部楼层 |阅读模式
  在Xp3上安装,颇费周折,贴出来,希望兄弟们再装时,省点劲。除非必要,建议逐步淘汰XP平台。
  
  首先,我的文档所在的目录文件夹不能修改,如修改,必须将其还原,否则会影响安装;
  其次,sqlserver2008 express与sqlserver2005 express不能并存,原系统中如果安装了2005express,必须卸载(卸载microsoft sqlserver 2005和mse)-看来,将2005与2008作严格区分是有必要(即,2.0与3.0进行区分);
  最后,如果没有安装过rm管理,需先下载这个补丁文件windowsxp-kb968930-x86-chs.exe。
  
  然后,基本就可以按照下面步骤(以英文版本为例,中文的下载相关语种文件,安装相同)一步步安装了。
  
  1. Download SQL Server 2008 Express with Tools
   
·Download SQL Express 2008 with Tools from (219 MB) from http://go.microsoft.com/?linkid=9394725

 
·SQL Server 2008 Express requires .NET Framework 3.5 SP1, if your server does not have .NET Framework 3.5 SP1 you will need to download .NET Framework 3.5 SP1 and install it on your server. You can download .NET Framework 3.5 SP1 from http://go.microsoft.com/fwlink/?LinkId=120550

 
·SQL Server 2008 Express requires Windows Installer 4.5, if your server does not have Windows Installer 4.5 you will need to download Windows Installer 4.5 and install it on your server. You can download Windows Installer 4.5 from http://go.microsoft.com/fwlink/?LinkId=123422

 
·SQL Server 2008 Express requires Windows PowerShell 1.0, if your server does not have Windows PowerShell 1.0 you will need to download Windows PowerShell 1.0 and install it on your server. You can download Windows PowerShell 1.0 from http://go.microsoft.com/fwlink/?LinkId=120552

   
   
  2. Install SQL 2008 Express
   
1.Run SQLEXPRWT_x86_ENU.EXE (or SQLEXPRWT_x64_ENU) to install SQL 2008 Express.

 
2.At the "SQL Server Installation Center", choose "System Configuration Checker" to make sure you are ready to install SQL 2008 Express


DSC0000.png
 
 
3.Click to view.

 
4.When the "System Configuration Checker" has validated that you are ready to install SQL 2008 Express, return to the "SQL Server Installation Center" and click on Installation.

 
5.Click to view.

 
6.Select "New SQL Server stand-alone installation or add features to an existing installation"


DSC0001.png
 
 
7.Click to view.

 
8.A setup support check will run. Make sure there are no errors or warnings, press OK.

 
9.The "SQL Server 2008" Setup will now appear, on the Product Key page, click Next.

 
10.Check the box "I accept the license terms" and click Next.

 
11.Click "Install" to install the Setup Support Files.

 
12.When the Setup Support Files install is complete, click Next.

 
13.You will now be in the "Feature Selection" page. Select "Database Engine Services" and "Management Tools - Basic" and then click Next.

 
14.In the "Instance Configuration" page, specify SQLExpress in both the "Named instance" and "Instance ID" fields.


DSC0002.png
 
 
15.Click to view.

 
16.Click Next twice.

 
17.You will now be in the "Server Configuration" page. Change the SQL Server Database Engine's Account Name to "NT AUTHORITY\SYSTEM" and SQL Server Browser's Startup Type to Automatic, then click Next.


DSC0003.png
 
 
18.Click to view.

 
19.On the Database Engine Configuration page, enable Mixed Mode

 
20.Enter and confirm a password for the Built in SQL server system administration account (note this is the user sa).

 
21.Before you can continue, you will need to specify the group(s) that you want to have unrestricted access to SQL Server. Click "Add..." and select the group(s). It is recommended that you at least add Administrators and the "Current User" (Service Account).

 
22.When you are done here, click Next three times, and then click Install.

 
23.When the installer completes, click Next and then Close.

 
 
  3. Enable Protocols
   
Now that SQL 2008 Express is installed, we need to enable the Network options (because for some reason SQL Express has these disabled by default).
   
1.In the Start Menu, open Programs > Microsoft SQL Server 2008 > Configuration Tools > SQL Server Surface Area Configuration

 
2.In the Surface Area Configuration utility, click the link "SQL Server Configuration Manager"

 
3.Expand "SQL Server Network Configuration" and select Protocols.

 
4.Enable TCP/IP and enable Named Pipes

 
5.Right click on the TCPIP, select Properties, and enable the server's IP address too.


DSC0004.png
 
 
6.Close the SQL Server Configuration Manager.

   
   
  4. Add Firewall Exceptions
   
If you have a software firewall installed on your server, you will need to add exceptions for the SQL Server and SQL Browser services.
 
If you are using Windows Firewall, do the following:
·In your Control Panel, open the Windows Firewall applet.

·Go to the Exceptions tab.

·Click Add Program

·Browse to and select "C:\Program Files\Microsoft SQL Server\MSSQL.10\MSSQL\Binn\sqlservr.exe"

·Click OK.

·Click Add Program

·Browse to and select "C:\Program Files\Microsoft SQL Server\90\Shared\sqlbrowser.exe"

·Click OK and then click OK again.

 
If you are using a third-party software firewall, you will need to follow their instructions to add exceptions to sqlservr.exe and sqlbrowser.exe.
   
   
  5. Restart the Services or Reboot the Server
   
When you have completed all of these steps, you will need to restart the SQL Server and SQL Browser services to complete the process.
 
 
 
  附,Visual Studio 2010 Express 激活方法
  在北京,截止本文发出(2010.5.1)还不能激活Visual Studio 2010 Express,因为中文网页没有相应的密钥获取过程,本文介绍如何激活Visual C# 2010 Express。
  
  1、打开Visual C# 2010 Express,选择Help->Regester Product,然后选择Obtain a registration key online。
  2、如果要求登陆,请使用Windows Live ID登陆。
  3、将会有一个填写个人信息的表格网页,先不填写,看到地址栏中最后的&lcid=2052了吗?这里表示语言的ID,把这个去掉,然后按下Enter,转到英文页面。
  4、填写个人信息
  5、点击最下面的Continue按钮
  6、打开了一个网页,将会弹出Visual C# 2010 Express的密钥。
  7、回到Visual C# 2010 Express的激活窗口中,输入刚才的密钥,完成激活。
  Visual C++/Baisc/Web Developer 2010 Express以此类推。


例子:
  http://cid-7e110fce58ec01c6.skydrive.live.com/self.aspx/.Pub
lic/%e6%bf%80%e6%b4%bb%20Visual%20Studio%202010%20Express.pp
tx/

运维网声明 1、欢迎大家加入本站运维交流群:群②:261659950 群⑤:202807635 群⑦870801961 群⑧679858003
2、本站所有主题由该帖子作者发表,该帖子作者与运维网享有帖子相关版权
3、所有作品的著作权均归原作者享有,请您和我们一样尊重他人的著作权等合法权益。如果您对作品感到满意,请购买正版
4、禁止制作、复制、发布和传播具有反动、淫秽、色情、暴力、凶杀等内容的信息,一经发现立即删除。若您因此触犯法律,一切后果自负,我们对此不承担任何责任
5、所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其内容的准确性、可靠性、正当性、安全性、合法性等负责,亦不承担任何法律责任
6、所有作品仅供您个人学习、研究或欣赏,不得用于商业或者其他用途,否则,一切后果均由您自己承担,我们对此不承担任何法律责任
7、如涉及侵犯版权等问题,请您及时通知我们,我们将立即采取措施予以解决
8、联系人Email:admin@iyunv.com 网址:www.yunweiku.com

所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其承担任何法律责任,如涉及侵犯版权等问题,请您及时通知我们,我们将立即处理,联系人Email:kefu@iyunv.com,QQ:1061981298 本贴地址:https://www.yunweiku.com/thread-220189-1-1.html 上篇帖子: 配置Windows Server 2008,以使它更符合您的使用习惯 下篇帖子: 迈向C#的第一步(升级2008)
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

扫码加入运维网微信交流群X

扫码加入运维网微信交流群

扫描二维码加入运维网微信交流群,最新一手资源尽在官方微信交流群!快快加入我们吧...

扫描微信二维码查看详情

客服E-mail:kefu@iyunv.com 客服QQ:1061981298


QQ群⑦:运维网交流群⑦ QQ群⑧:运维网交流群⑧ k8s群:运维网kubernetes交流群


提醒:禁止发布任何违反国家法律、法规的言论与图片等内容;本站内容均来自个人观点与网络等信息,非本站认同之观点.


本站大部分资源是网友从网上搜集分享而来,其版权均归原作者及其网站所有,我们尊重他人的合法权益,如有内容侵犯您的合法权益,请及时与我们联系进行核实删除!



合作伙伴: 青云cloud

快速回复 返回顶部 返回列表