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
Suppose you want to implement the one-to-many relationships while designing tables. How would you do it?
Explain full-text query in sql server?
What are the basic functions for master, msdb, model, tempdb and resource databases?
How many tables can be joined in SQL Server?
What is an execution plan? How would you view the execution plan?
Can you please explain the difference between function and stored procedure?
How can you append an identity column to a temporary table?
What is recursion? Is it possible for a stored procedure to call itself or recursive stored procedure?
How will you make an attribute not process? : sql server analysis services, ssas
What are the requirements to use odbc connections in php scripts?
Explain what are commit and rollback in sql?
How to write the storeprocedure with in the store procedure? and how can we write the store procedure with in a trigger vice versa? plz post me the exact answer?
What are the types of joins in sql?
List the various tools available for performance tuning?
What is #table in sql server?