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 is raid? : SQL Server Architecture
Do you know the different ddl commands in sql?
Can you tell me about the concept of ER diagrams?
what is spatial nonclustered index
What is partition index in sql server?
Is it true that rules do not apply to data already existing in a database at the time the rule is created?
How you can minimize the deadlock situation?
what are acid properties? : Sql server database administration
How to execute stored procedure and set temp table in sql server?
Explain left outer join and right outer join?
Can you change the data type of a column in a table after the table has been created? If so, which command would you use?
OPTIMIZATION OF SP,CURSOR,TRIGGERS
You are designing a strategy for synchronizing an SQL Azure database and multiple remote Microsoft SQL Server 2008 databases. The SQL Azure database contains many tables that have circular foreign key relationships?
What are cursors stored procedures and triggers?
Why functions are used in sql server?