Click here to Skip to main content
15,905,781 members
Articles / Programming Languages / SQL
Tip/Trick

New User Creation And Admin User Creation In SQL 2012

Rate me:
Please Sign up or sign in to vote.
3.00/5 (2 votes)
10 Jul 2013CPOL 8.5K   4   2
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)


Written By
Database Developer NEELKANTH DIGITAL INFONET
India India
Production & Application DBA ,Asst Programmer

Comments and Discussions

 
GeneralMy vote of 1 Pin
nobodyxxxxx10-Jul-13 20:36
nobodyxxxxx10-Jul-13 20:36 
GeneralRe: My vote of 1 Pin
apachearun10-Jul-13 21:02
apachearun10-Jul-13 21:02 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.