Changing MSDE's Security Mode

Learn how to tweak the registry to change the default MSDE security mode.

Brian Moran

January 23, 2002

1 Min Read
ITPro Today logo in a gray background | ITPro Today

I have a copy of Microsoft SQL Server Desktop Engine (MSDE) installed on a Windows 2000 Professional PC. By default, MSDE is configured to use Windows authentication. The database developer didn't provide an MSDE management utility to let us change the security mode. Can we change the authentication mode to SQL Server authentication?

You can easily change the security mode to SQL Server authentication by tweaking the registry. As you do when you make any registry change, be sure you have good backups and use caution because a registry mistake can cripple your system.

Your Windows registry should have a subkey similar to HKEY_LOCAL_MACHINESOFTWAREMicrosoftMicrosoft SQL ServerSQL2000_1MSSQLServerLoginMode. This subkey name is from my machine. Your subkey name will depend on what instances of MSDE and SQL Server you have installed.

A value of 2 for this subkey will set login security mode to support both SQL Server and Windows authentication. A value of 1 will configure SQL Server to support only Windows authentication. You must restart SQL Server to put this change into effect.

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like