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

What is the difference between migration and upgradation in sql server?

786


You have developed an application which uses many stored procedures and triggers to update various tables users ocassionally get locking problems which tool is best suited to help you diagnose the problem?

763


Any one plz send me SQL Server Developer/DBA resume for 4 years experience

2370


What is report rendering ?

131


What is the name of reporting services config file and what’s it’s used for?

119






What is the function of inner join?

752


Retrieve the unique rows from table without using UNIQUE and DISTINCT keywords.

753


How to apply cascading referential integrity in place of triggers?

743


Explain the truncate command?

676


Explain aggregate functions?

778


How to create a ddl trigger using "create trigger" statements?

799


How many levels of sp nesting are possible?

754


What does it mean to normalize a database and why would you do it?

725


What can be used instead of trigger?

795


How to define the name and server for a new dsn?

721