Skip to main content
InSource Solutions

How to create a new Sql login

SQL

    To create a login, Navigate to Security > Logins

    newlogin.PNG

     

     

    In the next screen, Enter

    1.       Login Name

    2.       Select SQL Server authentication

    3.       Enter Password

    4.       Click Ok

    login complete.PNG

     

     

    Login is created

     

    You can also create a login using the T-SQL command.

    t sql.PNG

    • Was this article helpful?