RambleJam

My little rambles in cyberspace …

Entries Comments


Date: July 13th, 2010

Installing SQL Management Studio Express on Windows 7

13 July, 2010 (22:21) | Computing, Windows 7 64 Bit | No comments

Hmm … developers usually use tools … yes?
Getting this installed on Windows 7 by double clicking the MSI doesn’t appear to work.  No, we have to run cmd.exe as Administrator then use MSIEXEC …
C:\>msiexec /i F:\VS2008Stuff\SQL\SQLServer2005_SSMSEE_x64.msi
Hmm …