开发者

SQL server management studio Express

I authenicate to my SQL Server instance by logging in with a Windows account v开发者_如何转开发ia SQL Server Management Studio. I want to change this to a SQL server login.

How can I do that?


The default installation of SQL Server only supports Windows Authentication.

If you want to use SQL authentication (e.g. "sa" for the superuser), you need to:

  1. Using SQL Server Management Studio, connect to the server. Use Windows Authentication for now.

  2. Right-click on the server instance you want to modify. This is usually the root item in the tree in the left-hand panel.

  3. Select Properties from the context menu.

  4. In the Server Properties window, select Security from the left-hand panel.

  5. Under Server Authentication, change the radio button from "Windows Authentication mode" (the default), to "SQL Server and Windows Authentiation mode".

Now you can create SQL server logins which you can use to connect to the server.


When you first open Management Studio it asks you what credentials you wish to use to login.

For an actively connected session you need to change the current connection using the button on the tool bar (normally top left) which will pop up the login dialogue again.

Clearly this will depend on you having some SQL Server logins already defined on the server with appropriate permissions specified.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜