I installed SQL Server Express but may have have done so setting it in "windows authentication" mode.
It took forever to install. Is there a way to switch it to "mixed mode" (or even verify whether it's in Mixed Mode)?
I installed SQL Server Express but may have have done so setting it in "windows authentication" mode.
It took forever to install. Is there a way to switch it to "mixed mode" (or even verify whether it's in Mixed Mode)?
Try this registry hack. Change the value in:
to 0 or 2 for mixed mode. 1 means integrated auth.
Details are in this MS KB.
You should be able to download and install SQL Server Management Studio Express and see/set the authentication mode using it.
Once SSMSE is installed, you can connect to your SQL Server instance, right click the instance name and go to Properties. From there go to the Security page, and you should see a radio selection for "Windows authentication mode" or "SQL Server and Windows authentication mode". The latter is mixed mode.
In SQL Server Management Studio: