How to Change from Sql Server Windows mode to Mixed Mode using SQL through say QueryExpress or QueryAnalyser?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Mixed mode authentication is not a property within the database, but is a property read from the registry when the SQL Server Windows Service starts.
That means there is no DDL to modify authentication, but you can just set the registry entry that controls it.
If you read this blog post,
http://eduzine.edujini-labs.com/archives/24-HOWTO-Configure-Microsoft-SQL-Server-for-Mixed-Mode-Authentication.html
It shows you the registry key to alter, and also reminds you to restart the SQL Server.