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 the different components in replication and what is their use?

0 Answers  


What is local temp table?

0 Answers  


What are the components of sql server service broker?

0 Answers  


How to delete duplicate rows?

0 Answers  


role of sql sever 2005 in database rather than any other database

0 Answers  






What guidelines should be followed to help minimize deadlocks?

0 Answers  


What is log cache in sql server?

0 Answers  


Can you explain what are commit and rollback in sql?

0 Answers  


What command would you use to create an index?

0 Answers  


What is the difference between the application object and session object?

0 Answers  


What is the purpose of the tempdb database?

0 Answers  


Define model database?

0 Answers  


Categories