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
Explain “@@rowcount” and “@@error” in sql server?
What is stored procedures?
What are binary string data types in ms sql server?
What is table constraint?
What sql server means?
Do you know what is difference between index seek vs. Index scan?
What are relationships and mention different types of relationships in the dbms
What do you mean by subquery?
What is the sql case statement used for?
What are the tools available in market as an alternative to sql server reporting services?
I create a separate index on each column of a table. What are the advantages and disadvantages of this approach? : Sql server database administration
How do you start single user mode in clustered installations?
How to delete existing triggers using "drop trigger"?
How to integrate the ssrs reports in application?
What is normalization and its types?