If SQL Server 2005 Express is installed with Windows Authentication, what is the default password for sa? Is it a random password and how to find out what it is? Is there a way to install SQL Server 2005 Express with Mixed Mode when I run VS2005 or VS2008 Beta2 installation?
If the SQL Server 2005 Express is installed with Windows Authentication, I don't think there is SA password. Databases will directly authenicate against Active Directory. Maybe this link will help: http://articles.techrepublic.com.com/5100-9592-6102265.html
Hi, You may change your authentication mode to Mixed, log into your SQL server with windows authentication-> right click on server - properties -> security -> select mixed authentication mode -> set the password for SA
SA is disabled by default. You need to connect with an account that is a local administrator in the first instance (windows authentication), then configure other accounts. May I suggest that you never enable SA and continue to use windows authentication?