1 / 4
2 / 4
3 / 4
4 / 4

Monday, 6 January 2020

Authentication Models in SQL Server



     In SQL Server, are 2 types of Authentication models.
  •     Windows authentication
  •     SQL Server authentication



Windows Authentication:-
  •          In the Windows authentication model, we play the role of Database Admin.
  •         User Name and Password is created by Windows OS by default, so it is the default authentication model.
  •         So, here we don't need User Name and Password to enter for login.
SQL Server Authentication:-
  •             We play the role of a User.
  •        User Name and Password is created by the Database Administrator.
  •        We need to enter User Name and Password for login.
Here is the Video Tutorial



No comments:

Post a Comment

If you have any doubts please let me know