65.9K
CodeProject is changing. Read more.
Home

New User Creation And Admin User Creation In SQL 2012

starIconstarIconstarIconemptyStarIconemptyStarIcon

3.00/5 (2 votes)

Jul 11, 2013

CPOL
viewsIcon

8610

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.

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

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

  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.

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

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