How to Change from Sql Server Windows mode to Mixed Mode *Using SQL* (SQL Server 2008) -


how change sql server windows mode mixed mode using sql through queryexpress or queryanalyser?

mixed mode authentication not property within database, property read registry when sql server windows service starts.

that means there no ddl modify authentication, can set registry entry controls it.

if read blog post,

http://eduzine.edujini-labs.com/archives/24-howto-configure-microsoft-sql-server-for-mixed-mode-authentication.html

it shows registry key alter, , reminds restart sql server.


Comments

Popular posts from this blog

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -