What are the authentication modes in SQL Server?
Answers were Sorted based on User's Feedback
Answer / guest
there are two authentics in sql server.
1- windows authentics
2- sql authentic
Is This Answer Correct ? | 6 Yes | 1 No |
Answer / rajkumar v
1.Windows authentication
2.Mixed authentication(SQL Server and Windows
authentication mode)
Is This Answer Correct ? | 1 Yes | 0 No |
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 |
Suggest a method of joining two tables.
0 Answers Ernst Young, Thomson Reuters,
Which virtual table does a trigger use?
How to loop through returning rows?
what are the different ways of moving data/databases between servers and databases in sql server? : Sql server database administration
How do I start sql server agent automatically?
What is resultset concur_updatable?
Explain few examples of RDBMS?
What is clustered vs nonclustered index?
What do you need to connect php to sql server?
Can sql servers linked to other servers like oracle?
What is the difference between HAVING clause and the WHERE clause?
how would you improve etl (extract, transform, load) throughput?