How can I change from SQL Server Windows mode to mixed mode (SQL Server 2008)?

后端 未结 7 1033
时光取名叫无心
时光取名叫无心 2020-11-27 14:25

I have installed SQL Server 2008 Express Edition, but by mistake I kept the Windows authentication mode.

Now I want to change that to SQL Server mixed mode. How can

7条回答
  •  無奈伤痛
    2020-11-27 14:44

    You can do it with SQL Management Studio -

    Server Properties - Security - [Server Authentication section] you check Sql Server and Windows authentication mode

    Here is the msdn source - http://msdn.microsoft.com/en-us/library/ms188670.aspx

提交回复
热议问题