2023-05-13 02:09:33 阅读( 9327)
可能由于操作系统不同,或者在安装SQL2008的时候已经安装SQL其他版本,因此可能会遇到问题,那么这时我们的实际经验和动手测试的能力也是非常重要的,这样才能少走弯路。
可能我们会因为操作系统不同而遇到问题,或者在安装SQL 2008的时候已经安装了其他版本的SQL,那么我们的实践经验和动手测试能力也很重要,这样才能少走弯路。
问题1:#65279;安装sql server 2008 R2,安装过程中提示错误:此计算机上安装了 Microsoft visual studio 2008 的早期版本。 Please upgrade Microsoft Visual Studio 2008 to SP1 before installing sql server 2008.
我之前在我的电脑上安装了vs2008,所以我要下载一个SP1补丁包。看着800 m以上的大小,安装这个软件已经很麻烦了,下载也要花时间。有没有其他更好的办法?其实很简单,
只需更改注册表,方法如下:
解决方法:
修改注册表。
Run the registry and rename HKEY- Local-Machine/Software/Microsoft/Development Department.
安装后再改回来。
将SQL Server安装返回到上一步,然后点击下一步,这个问题就成功解决了。
问题2:安装SQL2008,提示删除SQL2005Express工具的解决方法
安装SQL2008时,系统提示我删除SQL2005EXPRESS工具。在网上找了很多资料,终于找到了一个更方便的方法。希望能帮到你。
修改注册表:HKEY _ LOCAL _ MACHINE \ Software \ Microsoft \ Microsoft SQL Server \ 90 \ Tools \ ShellSEM,
重命名或删除ShellSEM项目。
无法安装 sql server 2008 Management Studio Express
故障现象:
windows7中已经安装了SQL Server 2008 Express,并且已经安装了SP3。
然后从微软官网下载SQL Server 2008 Management Studio Express的安装,发现安装时没有添加管理工具。
解决方案:
首先,使用sql server2008安装中心的维护功能(在microsoft sql server 2008的“开始”菜单中提供)将express升级到Express with advanced services。
然后安装SQL Server 2008 Management Studio Express,可以找到工具选项。安装成功。
其他提示:
安装SQL Server 2008 Management Studio Express时,会出现“此程序存在已知的兼容性问题”对话框。如果您确认您已经安装了SP1以上的文件,
并且已经升级到express with advanced services,那么忽略这个对话框,直接按“运行程序”按钮。不会有问题的。
问题3、解决无法安装SQL Server 2008 Management Studio Express的问题
我的sql server 2008 express自带visual studio 2010,所以当然,它没有management studio,我自己安装的。
但是,无法安装SQL Server 2008 Management Studio Express。提示没有选择功能。
刚从网上找到解决方法,考过了。我再分享一遍:
VS2010自带的SQL Server是Express的简化版,需要去SQL Server安装中心维护版本升级,升级到“Express with advanced services”(即将完成)。
再次运行SQL Server 2008 management studio express安装包,然后再次弹出SQL Server安装中心。
选择“安装全新SQL Server独立安装或向现有安装添加功能”,接下去就可以添加Management Studio了。
下面是对具有高级服务的express版本的一些介绍:
具有高级服务的SQL Server Express 具备sql server 2005 Express Edition 中的全部功能,并且还具有下列功能:
借助SQL Server 2005 Management Studio Express (SSMSE) 这一新的易于使用的图形管理工具,轻松管理SQL Server Express。
对SQL Server 表中纯字符数据发出全文查询。 全文查询可以包括词和短语,或者词或短语的多种形式。
对本地关系数据运行SQL Server Reporting Services 报表。
现在,允许management studio express安装文件,出现管理工具选项了:
问题4、安装程序配置检查RebootRequiredCheck时失败,问题解决方法
问题描述:
GlobalRules: 针对规则组“GlobalRules”的SQL Server 2008 安装程序配置检查
RebootRequiredCheck
检查是否需要挂起计算机重新启动。挂起重新启动会导致安装程序失败。
失败
需要重新启动计算机。必须重新启动计算机才能安装SQL Server。
其它检查都是“已通过”。
解决方法:
还是用修改注册表的方法
1. 在开始-运行中输入regedit;
2. 找到HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager 位置;
3. 将右边窗口中名称为PendingFileRenameOperations的项删除,然后确认;
4. 重新启用安装或修复程序,即可。
问题5、SQL Server 2008安装失败:Error writing to file:Microsoft.analysisServices.AdomdClient.dll.
问题描述
==========
SQL Server 2008 标准版安装在Windows Server 2008上失败,错误为:
Error writing to file:Microsoft.analysisServices.AdomdClient.dll. Verify that you have access to that directory.
故障排查
==========
根据错误日志,存在以下错误信息:
1.在安装到Install_sql_common_core_Cpu32_Action : InstallFiles. Copying new files时出现以下错误信息:
Error writing to file:Microsoft.analysisServices.AdomdClient.dll. Verify that you have access to that directory.
2.在安装到Install_SqlBrowser_Cpu32_Action时出现以下错误信息:
系统无法从指定的设备上读取(The system cannot read from the specified device.)
3.在Detail.txt中存在以下错误信息:
Bootstrap/Log/20110620_153155/Registry_SOFTWARE_Microsoft_MSSQLServer.reg_
2011-06-20 16:07:03 Slp: 系统无法从指定的设备上读取。
2011-06-20 16:07:03 Slp: Watson bucket for Msi based failure has been created
2011-06-20 16:07:03 Slp: InstallPackage: MsiInstallProduct returned the result code 30.
2011-06-20 16:07:03 Slp: Retry-able MSI return code detected: 30
2011-06-20 16:07:03 Slp: Prompting user if they want to retry this action due to the following failure:
2011-06-20 16:07:03 Slp: ----------------------------------------
2011-06-20 16:07:03 Slp: The following is an exception stack listing the exceptions in outermost to innermost order
2011-06-20 16:07:03 Slp: Inner exceptions are being indented
2011-06-20 16:07:03 Slp:
2011-06-20 16:07:03 Slp: Exception type: Microsoft.SqlServer.Configuration.MsiExtension.MsiExtensionException
2011-06-20 16:07:03 Slp: Message:
2011-06-20 16:07:03 Slp: SQL Server 安装程序在运行Windows Installer 文件时遇到错误。
2011-06-20 16:07:03 Slp:
2011-06-20 16:07:03 Slp: Windows Installer 错误消息: 系统无法从指定的设备上读取。
2011-06-20 16:07:03 Slp:
2011-06-20 16:07:03 Slp: Windows Installer 文件: N:/x86/setup/sqlbrowser.msi
2011-06-20 16:07:03 Slp: Windows Installer 日志文件: C:/Program Files/Microsoft SQL Server/100/Setup Bootstrap/Log/20110620_153155/SqlBrowser_Cpu32_1.log
2011-06-20 16:07:03 Slp: Data:
2011-06-20 16:07:03 Slp: DisableRetry=true
2011-06-20 16:07:03 Slp: Inner exception type: System.ComponentModel.Win32Exception
2011-06-20 16:07:03 Slp: Message:
2011-06-20 16:07:03 Slp: 系统无法从指定的设备上读取。
2011-06-20 16:07:03 Slp:nbsp
猜你喜欢
Guessyoulike