To create a new user in SQL Server

Amatya
Posted by Amatya under Sql Server category on | Points: 40 | Views : 1632
SQL server tips to create a user.

1. First open SQL server and connect it.
2. Expand the security folder.
3. Select New Login option by Right click of Login folder.
4. Give the proper login name and and select the option of SQL Server authentication or Windows authentication
5. Select your default language and click OK.

Its all done
Thanks

Comments or Responses

Login to post response