How to change SQL Server authorization mode without Management Studio

Viewed 9477

Is there a way to change the authorization mode in SQL Server 2008 or 2012 without using the SQL Server Management Studio?

2 Answers

I found out that if you installed your SQL express 32bit (in my case) on 64bit Windows, the reg path has to be HKEY_LOCAL_MACHINE\ SOFTWARE\Wow6432Node\Microsoft\MSSQLServer\MSSQLServer. the change here is the Wow6432Node key.

Related