adspace
what are the authentication modes in sql server? : Sql dba
Answer Posted / Shyamu Kumar
In SQL Server, there are several authentication modes available for connecting to a database. Here are some common ones:n
1. Windows Authentication:nThis mode uses Active Directory or domain accounts to authenticate users.n
2. Mixed Mode:nMixed Mode combines both Windows Authentication and SQL Server Authentication (SQL Auth) for backward compatibility.n
3. SQL Server Authentication:nSQL Auth requires creating individual login credentials for each user within the database.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what are all the common sql function? : Sql dba
what is dbms? : Sql dba
Is inner join faster than left join?
what are aggregate and scalar functions? : Sql dba
what are the advantages of sql ? : Sql dba
what is sql server agent? : Sql dba
Can we use distinct and group by together?
Do we need to rebuild index after truncate?
how many tables will create when we create table, what are they? : Sql dba
how to start mysql server? : Sql dba
how to use regular expression in pattern match conditions? : Sql dba
what is collation? : Sql dba
If a cursor is open, how can we find in a pl/sql block?
What is your daily office routine?
What is the best sql course?