What authentication modes does sql server support?



What authentication modes does sql server support?..

Answer / Usha Singh

Microsoft SQL Server supports several authentication methods: Windows Authentication (also known as Integrated Security), which uses the security credentials of the current Windows user to authenticate; and SQL Server Authentication, which uses a separate set of username and password credentials for each user.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL Server Interview Questions

How many ways to create table-valued functions?

1 Answers  


What are the different types of join?

1 Answers  


as a part of your job, what are the dbcc commands that you commonly use for database maintenance? : Sql server database administration

1 Answers  


What is difference between count (*) and count column?

1 Answers  


Mention the different types of triggers?

1 Answers  


What is a filestream?

1 Answers  


What is local temp table?

1 Answers  


How and why use sql server?

1 Answers  


What is a sql join?

1 Answers  


What are the methods used to protect against sql injection attack?

1 Answers  


What is database normalization?

7 Answers   Deloitte, Digicel, JPMorgan Chase, Verifone,


Why normalization is used?

1 Answers  


Categories