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
When we should use and scope of @@identity?
What is nolock?
What is NOT NULL Constraint in sql server 2012?
What do you mean by authentication modes in sql server?
do views contain data ?
What is the bookmark lookup and rid lookup?
Do you know what are the restrictions that views have to follow?
Explain what stored procedure sp_replcounters is used for? : sql server replication
What is the order by used for?
Do you know what is bit data type and whats the information that can be stored inside a bit column?
What is checkpoint in sql server?
Explain raiserror in sql server?
What are the commands used in DCL?
explain the storage models of olap? : Sql server database administration
Is the primary key column of a table an index in ms sql server?