Interview Questions

Between Windows Authentication and SQL Server Authentication, which one is trusted and which one is untrusted?

C# Interview Questions and Answers


(Continued from previous question...)

198. Between Windows Authentication and SQL Server Authentication, which one is trusted and which one is untrusted?

Windows Authentication is trusted because the username and password are checked with the Active Directory, the SQL Server authentication is untrusted, since SQL Server is the only verifier participating in the transaction.

(Continued on next question...)

Other Interview Questions