KB

SQL Express

See also: SQL Server

 

Installing MSDE

When installing MSDE manually you need to supply the "sa" password on the command line - setup.exe SAPWD="your_password"

After installing, you probably want to change your authentication mode from "Windows authentication" to "mixed mode authentication". Change the value of HKLM\Software\Microsoft\MSSqlserver\MSSqlServer\LoginMode from 1 to 2. (more info).