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

后端 未结 7 1034
时光取名叫无心
时光取名叫无心 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:43

    1. Open up SQL Server Management Studio and connect to your database server.
    2. Right Click The Database Server and click Properties.
    3. Set the Server Authentication to SQL Server and Windows Authentication Mode.

提交回复
热议问题