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

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c# - Making TableLayoutPanel Act Like An HTML Table (Cells That Resize Automatically Around Text) -