Authentication
Authentication
SQL server has builtin logins and roles. This is separate & parallel to windows users and groups.
We can just use SQL security and all administration occurs with in SQL server. There is no connection
between those logins and windows user.
If we use mixed mode, the windows user will be treated as SQL login.
Windows authentication
Mixed Mode authentication
Windows Authentication:
Users are already logged on to the system & do not have to log on separately to SQL server.
If we use mixed mode, we should create SQL server logins which are stored in SQL server.
Note: