Anyone please explain me the concept of Serialization?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / anil sharma
Serialization means organise data with relations between
tables.Removing duplicate row maintain structured data.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / nixo
Serialization, This is the higest level of Isolation.
When this is on, no dirty reads, no nonrepeatable reads
and no phantom rows.
Is This Answer Correct ? | 0 Yes | 0 No |
Rate yourself in .NET and SQL ?
1 Answers Cognizant, HCL, SunGard,
What is the use of “join” in sql server?
Detail about the hardware which is supported by SQL server?
Give a example to search fr a string in all stored procedure in sql server.
How to write stored procedure to update the data in 10 tables
Do you know how to make remote connection in database?
What are the advantages of using stored procedures?
Explain datetimeoffset data type in sal server 2008?
Explain how many types of relationship?
Write a query to get all details of employee who has maximum salary from employee table
Can sql servers linked to other servers like oracle?
What's the information that can be stored inside a bit column?