Re: Reconfiguring the data access authentication
- From: Ekrem Önsoy <ekrem@xxxxxxxxxxxx>
- Date: Tue, 15 Apr 2008 10:50:45 +0300
Try using this code, which is supposed to change the Authentication Mode to Mixed Mode.
USE [master]
GO
EXEC xp_instance_regwrite N'HKEY_LOCAL_MACHINE', N'Software\Microsoft\MSSQLServer\MSSQLServer', N'LoginMode', REG_DWORD, 2
GO
There is a GUI of SQL Server 2005 which is called SQL Server Management Studio and this tool ships with fee-paying editions of SQL Server. However there is a limited version of this tools which can be used for all editions of SQL Server and can be downloaded freely and it's called SQL Server Management Studio Express.
Using this tool, you can easily perform basic tasks against your SQL Server Instance.
http://www.microsoft.com/downloads/details.aspx?FamilyID=c243a5ae-4bd1-4e3d-94b8-5a0f62bf7796
--
Ekrem Önsoy
"King Coffee" <kcoffee@xxxxxxxxxxx> wrote in message news:00D917AB-C5EE-4A42-88DC-601A19C5B4A2@xxxxxxxxxxxxxxxx
Hi,
Went I initially installed SQLEXPRESS with Advance features, I selected Windows Authentication for connecting to SQL Server Express. Now I want to change it to "Mix" (Windows and SQL Authentication). I'm using SQL Server Management Studio Express... so, how can I run a query to reconfigure the security option to Mix?
Thanks,
King
.
- References:
- Reconfiguring the data access authentication
- From: King Coffee
- Reconfiguring the data access authentication
- Prev by Date: Re: DB_OWNER and the Drop Database issue
- Next by Date: Re: Encrypting Connections to SQL Server 2005
- Previous by thread: RE: Reconfiguring the data access authentication
- Next by thread: DB_OWNER and the Drop Database issue
- Index(es):
Relevant Pages
|
|