Answer Posted / juliet
isolation is a property that defines how/when the changes
made by one operation become visible to other concurrent
operations
Different isolation levels are:
Repeatable Read
Read Stability
Cursor Stability
Un commited Read
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
When columns are added to existing tables, what do they initially contain?
What is the difference between lock, block and deadlock? : sql server database administration
What is the impact on other user sessions when creating indexes?
What are the requirements on sql server network connections?
How to connect a database with sql express.?
What is database architecture? : SQL Server Architecture
Tell me what do you mean by an execution plan? Why is it used? How would you view it?
How to reaname table name without using sp_Rename in sql server..?
How does SSIS(Sql Server Integration Services) deffer from DTS(Data Transformation Services)?
What are the new features are introduced in sql server 2012 reporting services?
How do we synchronize On-Premise SQL server with SQL Azure?
Do you know what are different types of replication in sql server?
What do you understand by mirroring?
How can I create a new template for import ? : sql server management studio
Give an example of SQL injection attack ?