What do you know about Windows authentication and Sql server authentication?
Experience Level: Junior
Tags: DatabasesQuality Assurance (QA)
Answer
When you are connecting to a SQL Server Instance, you are asked to enter user name and password in order to verify that you have access to he SQL Server and/or database.
It is possible to use either Windows account (Domain account) or SQL Server account (login). During the SQL server installation it is possible to configure whether the server will accept SQL Server accounts/logins only or Windows domain accounts only or both (Mixed Mode).
Related Databases job interview questions
How do you create a new database using SSMS?
DatabasesQuality Assurance (QA) JuniorWhat is Microsoft SQL Server?
DatabasesQuality Assurance (QA) JuniorWhat is localhost?
DatabasesQuality Assurance (QA) JuniorWhat is Microsoft SQL Server instance?
DatabasesQuality Assurance (QA) MediorHow do you connect to SQL server instance and disconnect from SQL server instance?
DatabasesQuality Assurance (QA) Junior