SQL Server 2008 安装

SQL Server 2008 Installation(SQL Server 2008 安装)
本文介绍了SQL Server 2008 安装的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试在支持 Win 7 的笔记本电脑上安装 MS SQL Server 2008.我在选择安装路径时遇到问题.当我继续选择安装",然后当我单击新 SQL Server 独立安装或向现有安装添加功能"时,它会弹出一个浏览对话框以选择安装文件夹.我选择了 c:/program files/Microsoft SQL Server/并尝试了该文件夹下的所有文件夹.但是,它给了我一条错误消息说

I'm trying to install MS SQL Server 2008 on my Win 7 enabled laptop. I'm facing a problem while selecting the path to install. When I go on choose 'installation' and then when I click on 'New SQL Server stand alone installation or add features to an existing installation' it pops up a browse dialog box to select installation folder. I selected c:/program files/Microsoft SQL Server/ and tried all the folders under this folder. However, it gives me an error message saying

c:/program files/Microsoft SQL Server/不是有效的安装文件夹

c:/program files/Microsoft SQL Server/ is not a valid installation folder

我尝试了 1000 次,但仍然遇到相同的错误.我已经有 SQL Server 2005 并且我卸载了它.之后我只尝试安装 MS SQL Server 2008.这里有什么问题?我该如何解决这个问题?

I tried 1000 times but still I'm getting the same error. I already had SQL Server 2005 and I uninstalled it. After that I'm only trying to install MS SQL Server 2008. What is the problem here? How can I fix this issue?

推荐答案

我最近遇到了同样的问题,我做了以下事情:

I recently had the same problem, I did the following:

假设您下载了 SQLServer2008R2SP1-KB2528583-x86-ENU 文件 以获取 SQL 2008 R2,但它不会接受您选择的文件夹.它正在寻找您的安装媒体 AKA 文件来安装您选择的选项,例如升级或安装.

Lets say you downloaded the SQLServer2008R2SP1-KB2528583-x86-ENU file to get SQL 2008 R2 and it won't accept the folder you choose. It is looking for your installation media AKA files to install your chosen option e.g. Upgrade or install.

右键单击 SQLServer2008R2SP1-KB2528583-x86-ENU 文件,单击提取文件(winrar 选项).这将解压缩安装文件,为您提供所有已压缩的文件.

Right click on the SQLServer2008R2SP1-KB2528583-x86-ENU file, click on extract files (winrar options). This will extract the install file giving you all the files that was compressed.

当 SQL 2008 R2 安装中心要求您选择文件夹时,请选择包含所有文件的解压缩文件夹...问题已解决!

When SQL 2008 R2 Install Center ask you to choose the folder, select the extracted folder with all the files... problem solved!

这篇关于SQL Server 2008 安装的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

Execute complex raw SQL query in EF6(在EF6中执行复杂的原始SQL查询)
SSIS: Model design issue causing duplications - can two fact tables be connected?(SSIS:模型设计问题导致重复-两个事实表可以连接吗?)
SQL Server Graph Database - shortest path using multiple edge types(SQL Server图形数据库-使用多种边类型的最短路径)
Invalid column name when using EF Core filtered includes(使用EF核心过滤包括时无效的列名)
How should make faster SQL Server filtering procedure with many parameters(如何让多参数的SQL Server过滤程序更快)
How can I generate an entity–relationship (ER) diagram of a database using Microsoft SQL Server Management Studio?(如何使用Microsoft SQL Server Management Studio生成数据库的实体关系(ER)图?)