Location of SQL setup LOG
This question has been asked in most of the interviews for SQL DBA role. Let us find out the location of SQL setup log file.
%programfiles%\Microsoft SQL Server\nnn\Setup Bootstrap\Log\summary.txt
The numbers in the path nnn correspond to the version of SQL being installed.
%programfiles%\Microsoft SQL Server\nnn\Setup Bootstrap\Log\summary.txt
The numbers in the path nnn correspond to the version of SQL being installed.
- SQL2017 => 140
- SQL2016 => 130
- SQL2014 => 120
- SQL2012 => 110
- SQL2008 R2 => 100
- SQL2008 => 100
- SQL2005 => 90
- SQL2000 => 80
EXAMPLE: If the SQL version that is being installed in my server is 2014 then the Location of Summary file would be.
C:\Program Files\Microsoft SQL Server\120\Setup Bootstrap\Log\Summary.txt
Comments
Post a Comment