What are the authentication modes in SQL Server?

Answer Posted / dupinder singh

SQL Server 2008 offers two authentication mode options:

Windows authentication mode requires users to provide a
valid Windows username and password to access the database
server. In enterprise environments, these credentials are
normally Active Directory domain credentials.

Mixed authentication mode allows the use of Windows
credentials but supplements them with local SQL Server user
accounts that the administrator may create and maintain
within SQL Server.

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain about temporary stored procedure?

534


Explain about thread and memory management process of SQL?

550


What is the use of nvl work?

576


How to set database to be read_only in ms sql server?

564


Can we call future method from trigger?

520






List out the differences between the clustered index and non-clustered index in sql server?

510


Explain syntax for dropping triggers?

533


Write a SQL query to delete a table?

662


Explain the cursor lock types?

559


Can we perform backup restore operation on tempdb? : sql server database administration

594


What is primary key and example?

518


Explain what are magic tables in sql server?

540


What is efficiency data?

527


How to insert stored procedure result into temporary table?

595


What is a functions and types in sql server?

606