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
How to round a numeric value to a specific precision?
What is SQL Azure Federations?
How can you hide the sql server instances?
How to find out the list schema name and table name for the database?
How to make a column nullable?
What is tablesample?
What is the use of nvl work?
What is a ddl statement?
What is the maximum size of column in sql server?
What are the differences between char and varchar in ms sql server?
What do you understand by coalesce in sql server?
Explain the third normal form(3nf)?
What is the security model used in sql server 2005?
How do you troubleshoot errors in a SQL Server Agent Job?
Why do we use functions?