adspace


Explain what are the authentication modes in sql server?

Answer Posted / Bhupendra

SQL Server supports two main authentication modes: SQL Server Authentication and Windows Authentication.
1. SQL Server Authentication: This mode uses SQL Server login accounts for authentication. The usernames and passwords are stored encrypted in the SQL Server database.
2. Windows Authentication: This mode relies on Active Directory or a standalone Windows account for authentication. With this method, the user is authenticated against the local machine or domain.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to convert character strings into numeric values?

1194


How can we solve concurrency problems?

1124


What are the kinds of subquery?

1113


What is self contained sub query?

1143


How do I start sql server 2017?

1019


How to remove duplicate rows from table except one?

1095


If you're given a raw data table, how would perform etl (extract, transform, load) with sql to obtain the data in a desired format?

1049


What is acid mean in sql server?

1248


Where can you add custom error messages to sql server?

1217


What is temporary table in sql server? Why we use temp table?

1024


explain different types of backups avaialabe in sql server? Given a particular scenario, how would you go about choosing a backup plan? : Sql server database administration

1136


Why use identity in sql server?

1205


What are the pros and cons of putting a scalar function in a queries select list or in the where clause?

1301


What are the properties of the transaction?

1075


Can one drop a column from a table?

1093