What are the authentication modes in SQL Server?

Answers were Sorted based on User's Feedback



What are the authentication modes in SQL Server?..

Answer / guest

Windows mode and mixed mode (SQL & Windows).

Is This Answer Correct ?    7 Yes 1 No

What are the authentication modes in SQL Server?..

Answer / guest

there are two authentics in sql server.
1- windows authentics
2- sql authentic

Is This Answer Correct ?    6 Yes 1 No

What are the authentication modes in SQL Server?..

Answer / rajkumar v

1.Windows authentication
2.Mixed authentication(SQL Server and Windows
authentication mode)

Is This Answer Correct ?    1 Yes 0 No

What are the authentication modes in SQL Server?..

Answer / 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

More SQL Server Interview Questions

What is the need for indexing?

0 Answers  


What is a rownum?

0 Answers  


what are different types of backups available in sql server? : Sql server database administration

0 Answers  


What are different types of database indexes?

0 Answers  


What are the different acid properties?

0 Answers  






Tell me when is the update_statistics command used?

0 Answers  


what kind of lan types do you know? : Sql server database administration

0 Answers  


Explain the creation and execution of a user-defined function in the sql server?

0 Answers  


What does sql server mean?

0 Answers  


How would you add a section to a table?

0 Answers  


Explain steps of normalization?

0 Answers  


what is the main difference between constraints(like primary key etc..)& joins?

2 Answers  


Categories