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

Suggest a method of joining two tables.

0 Answers   Ernst Young, Thomson Reuters,


Which virtual table does a trigger use?

3 Answers  


How to loop through returning rows?

0 Answers  


what are the different ways of moving data/databases between servers and databases in sql server? : Sql server database administration

0 Answers  


How do I start sql server agent automatically?

0 Answers  


What is resultset concur_updatable?

0 Answers  


Explain few examples of RDBMS?

0 Answers   Wipro,


What is clustered vs nonclustered index?

0 Answers  


What do you need to connect php to sql server?

0 Answers  


Can sql servers linked to other servers like oracle?

0 Answers  


What is the difference between HAVING clause and the WHERE clause?

7 Answers  


how would you improve etl (extract, transform, load) throughput?

0 Answers   LinkedIn,


Categories