首页 > 数据库技术 > 详细

查看SqlServer安装的log文件

时间:2014-10-29 14:21:48      阅读:494      评论:0      收藏:0      [点我收藏+]

SqlServer安装时产生的log被保存在这个目录下:

“%programfiles%\Microsoft SQL Server\[SQL_VERSION]\Setup Bootstrap\Log\”

注意:[SQL_VERSION] 是SQL Server具体的版本,比如SQL Server 2008就是100, SQL Server2014就是120

该目录下有很多log文件,按运行SQL Server安装包的时间分成不同的文件夹。

bubuko.com,布布扣

注意到最外层有个Summary.txt,其时间总是最新的。如果SQL Server安装失败了,Summary.txt是首先应该检查的log。该log在最开始就给出了安装程序退出的原因,比如我指定了一个不存在文件路径:

Overall summary:
  Final result:                  SQL Server installation failed. To continue, investigate the reason for the failure, correct the problem, uninstall SQL Server, and then rerun SQL Server Setup.
  Exit code (Decimal):           -2068578304
  Exit facility code:            1204
  Exit error code:               0
  Exit message:                  The path %ProgramFiles%\Microsoft SQL Server\MSSQL10.SQLEXPRESS\MSSQL\Data is malformed or not absolute.
  Start time:                    2014-10-28 17:20:41
  End time:                      2014-10-28 17:21:13
  Requested action:              Install

查看SqlServer安装的log文件

原文:http://www.cnblogs.com/rader/p/4057408.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!