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 an entity-relationship diagram (erd)?

0 Answers  


What is dml command?

0 Answers  


What is the command used to check locks in microsoft sql server?

0 Answers  


If we delete pack Spec what will be the status of pack Body ?

0 Answers   Nagarro,


Can primary key be a foreign key?

0 Answers  






How many columns can we include on clustered index ?

0 Answers  


What is query processing?

0 Answers  


how would you write a sql query to compute a frequency table of a certain attribute involving two joins? What changes would you need to make if you want to order by or group by some attribute? What would you do to account for nulls?

0 Answers   Facebook,


Explain what stored procedure sp_replcounters is used for? : sql server replication

0 Answers  


Differentiate between mongodb vs. Sql server?

0 Answers  


How to call stored procedure using http soap?

0 Answers  


What does the automatic recovery do?

0 Answers  


Categories