Anyone please explain me the concept of Serialization?

Answers were Sorted based on User's Feedback



Anyone please explain me the concept of Serialization?..

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

Anyone please explain me the concept of Serialization?..

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

Anyone please explain me the concept of Serialization?..

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

Post New Answer

More SQL Server Interview Questions

Rate yourself in .NET and SQL ?

1 Answers   Cognizant, HCL, SunGard,


What is the use of “join” in sql server?

0 Answers  


Detail about the hardware which is supported by SQL server?

0 Answers  


Give a example to search fr a string in all stored procedure in sql server.

0 Answers  


How to write stored procedure to update the data in 10 tables

4 Answers  






Do you know how to make remote connection in database?

0 Answers  


What are the advantages of using stored procedures?

0 Answers  


Explain datetimeoffset data type in sal server 2008?

0 Answers  


Explain how many types of relationship?

0 Answers  


Write a query to get all details of employee who has maximum salary from employee table

8 Answers   AON, Genpact,


Can sql servers linked to other servers like oracle?

0 Answers  


What's the information that can be stored inside a bit column?

0 Answers  


Categories