首页 > 开发 > 综合 > 正文

查看SqlServer安装的log文件

2024-07-21 02:48:47
字体:
来源:转载
供稿:网友
查看SqlServer安装的log文件

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安装包的时间分成不同的文件夹。

image

注意到最外层有个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


发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表