beta
beta

Reputation: 2633

Where does SQL Server 2008 store the installation logs?

This might sound like an odd question, but I just can't seem to find the installation logs of my Microsoft SQL Server 2008 Express installation. According to several Microsoft Support articles they are supposed to be stored in the following directory, yet the sub folder Setup Bootstrap does not exist for me.

%ProgramFiles%\Microsoft SQL Server\100\Setup Bootstrap\Log\

Are there any other directories where the installer saves installation logs and/or is there a way of overriding it? Any help would be highly appreciated.

Upvotes: 0

Views: 2361

Answers (1)

gonsalu
gonsalu

Reputation: 3184

Are you checking C:\Program Files (x86) in a 64-bit installation?

You should be checking C:\Program Files.

Upvotes: 2

Related Questions