Starting with SQL 2005, Express is installed with Windows Authentication. In the configuration (management studio, connecting to the server and selecting database properties), you can activate sql internal authentication, then (by default, deactivated, user without password).
So, if you cannot connect to it, you may need to activate it and set a password for user sa.
Yvesr source
share