Anyone please explain me the concept of Serialization?
Answer Posted / monal
Serialization is highest level of Isolation. Most resource
intensive and slowest isolation level. But because of
serialization isolation level all concurrency issues like
dirty read, repeatable read and phantom read won't occur.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the different Authentication modes in SQL Server and how can you change authentication mode?
What is left outer join in sql server joins?
How can a database be repaired?
Where does the copy job runs in the log shipping primary or secondary? : sql server database administration
Explain database normalization?
What is an execution plan? How would you view the execution plan?
Explain the third normal form(3nf)?
What command is used to delete a table from the database in the sql server and how?
Can an automatic recovery be initiated by a user?
How do you create type- insensitive operator?
What do you understand by a stored procedure?
What is the difference between locking and multi-versioning?
What are the difference between “where” and “having” clause in sql server?
What does this statement do @@rowcount?
whats the maximum size of view state??