Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles / Languages / SQL

New User Creation And Admin User Creation In SQL 2012

3.00/5 (2 votes)
10 Jul 2013CPOL 8.6K  
How to create a new user and administer user creation in SQL 2012

Introduction

This post shows how to create a new user and administer user creation in SQL 2012.

  1. Open ssms2012.

    Image 1

  2. Right click the Security Tab, then new->login.

    Image 2

  3. When you click that, a new window opens like this:

    Image 3

  4. Give new instance name, then choose which login method you have to use better you create SQL Auth for Security and maintenance plans mainly this login is helpful.

    Image 4

  5. Then pick the default database as well as language, then click Ok button.

    Image 5

  6. After creating user, check whether created or not in the security ->logins tab.

    Image 6

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)