就个错误是因为你的系统版本引起的,应该是Win7 64位的系统吧,其实影响不大,只是SP1安装失败而已,不影响Sql Server 2008的使用,这个VS自带的Sql Server 2008的Express版本是简化版的,将就也能用,如果实在有需要,可以下载一个SQL Server 2008 RC2来安装。
希望对你有帮助,有疑问请追问或是Hi
this component is not recognized.这个组件不能被识别.
目测是系统版本问题.首先要确定自己的系统是多少位的,这个可能是系统版本不兼容的问题,x86是32位的系统,既然x86安装失败了,那么说明你的系统极有可能是64位的,32位的安装包是不能安装在64位机上的
VS自带的有个临时数据库。可以在程序中找下,把那个卸载掉。估计就行了。。。原因估计是VS自带的数据库与安装的SQL Server2008不兼容。做这些操作前请确认在没有安装VS2010的情况下,SQL Server可以正常运行!
首先必须安装sql2008 然后才能安装vs2010 这个BUG一直是存在的 没能被微软解决
必须完全卸载这两个 重新安装才行
额 你先把之前安装的卸载干净了 按网上的教程来卸载 要不容易卸不干净 重启机器 再装一遍试试
Please try to uninstall all components of SQL Server 2008 Express from Programs and Features by following the below steps and try to manually install SQL Server 2008 Express, then install Visual Studio 2010:
Remove all SQL Server components from 'Programs and Features'
Backup the registry
Delete the following keys in regedit:
--HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server
--HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSSQLServer
Go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstalland delete all the sub-keys referencing SQL Server
Go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services and delete all the keys referencing SQL Server
Rename all the SQL Server folders in the computer
Reboot the machine
Install SQL Server 2008under an administrator account