What is the difference between windows authentication and
sql server authentication
Answer Posted / raj kumar
Wnidows Authentication
1.Single User can only login
2.Not Integerated
3.Not Security
SQL Authentication
1.Multi user can login
2.Integerated
3.More security
| Is This Answer Correct ? | 18 Yes | 12 No |
Post New Answer View All Answers
In which format does an image save in SQL Server database ?
What are the different types of normalization?
Explain iaas, paas and saas?
Give an example of why you would want to denormalize a database
Do you know nested transaction?
What is the main difference between ‘between’ and ‘in’ condition operators?
List the different types of collation sensitivities in sql server?
How to change a login name in ms sql server?
What are transactions in sql?
What is the difference between value type and reference type?
How to change server name in sql server?
Can two different columns be merged into single column? Show practically?
Define primary key?
What is application role in sql server database security? : sql server security
What is save transaction and save point?