在装有 Windows 7 Home Premium x64 的计算机上安装 SQL Server 2005 Express 时,尝试启动实例服务时安装在失败。
实例日志文件夹本身 (.../MSSQL.1/MSSQL/LOG) 中没有创建日志文件。希望这可以提示一些事情,但这对我来说肯定是新的。
以下是安装引导日志的最后几行:
<Func Name='LaunchFunction'>
Function=Do_sqlScript
<Func Name='GetCAContext'>
<EndFunc Name='GetCAContext' Return='T' GetLastError='203'>
Doing Action: Do_sqlScript
PerfTime Start: Do_sqlScript : Wed Jun 01 11:18:50 2011
Service MSSQL$PPSLPMSQLEXP with parameters '-m SqlSetup -Q -qLatin1_General_CI_AS -T4022 -T3659 -T3610 -T4010' is being started at Wed Jun 01 11:18:50 2011
Unable to start service (1053)
Error Code: 0x8007041d (1053)
Windows Error Text: The service did not respond to the start or control request in a timely fashion.
Source File Name: sqlsetuplib\service.cpp
Compiler Timestamp: Sat Oct 25 08:47:19 2008
Function Name: sqls::Service::Start
Source Line Number: 316
---- Context -----------------------------------------------
Setting status of unmanaged components and removing unmanaged resources
Do_sqlScript
SqlScriptHlpr
Start service MSSQL$PPSLPMSQLEXP
Error Code: 1053
MSI (s) (E8!14) [11:22:20:159]: Product: Microsoft SQL Server 2005 Express Edition -- Error 29503. The SQL Server service failed to start. For more information, see the SQL Server Books Online topics, "How to: View SQL Server 2005 Setup Log Files" and "Starting SQL Server Manually."
The error is (1053) The service did not respond to the start or control request in a timely fashion.
.
Error 29503. The SQL Server service failed to start. For more information, see the SQL Server Books Online topics, "How to: View SQL Server 2005 Setup Log Files" and "Starting SQL Server Manually."
The error is (1053) The service did not respond to the start or control request in a timely fashion.
.
如果有任何帮助,该计算机是 HP Pavilion dv8 笔记本电脑,配备 Windows 7 Home Premium x64、4086 MB RAM、Intel(R) Core(TM) i7 CPU Q 720 @ 1.60GHz CPU。
提前致谢。
答案1
这看起来几乎完全符合你的描述(除了你使用的是 Windows 7,但可能没关系):http://support.microsoft.com/kb/954835
如果它解决了您的问题,请回来并将该问题标记为已回答。
答案2
我认为,如果您想在 Windows 7/2008R2 上安装 SQL 2005,则需要使用至少捆绑了 SP3 和 SQL 2005 的安装程序。您能否仔细检查并确保使用的是正确的安装程序?