Which authentication mode lets you use both SQL Server logins and Windows logins?
-
Kerebos authentication
-
Windows
-
Mixed Mode
-
Network Service account
C
Correct answer
Explanation
Mixed Mode authentication allows both Windows authentication and SQL Server authentication to be used to connect to the database. Windows mode only permits Windows logins, while Kerberos and Network Service are not database authentication modes but rather authentication protocols or service accounts.