What are “unrepeatable reads”?



What are “unrepeatable reads”?..

Answer / Vishwas Mishra

Unrepeatable reads is a type of isolation level in SQL Server that prevents the same transaction from reading its own data before another transaction modifies it. This means that if two transactions read the same data at different points during their execution, the second transaction may see changes made by the first one.n

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL Server Interview Questions

What is wrong with sql server client libarary dll, ntwdblib.dll?

1 Answers  


What are the new features in SQL Server 2005?

3 Answers   Emphasis,


How to delete exactly duplicate records from a table?

1 Answers  


What is a Stored Procedure?

8 Answers  


I am using SQL Server 2005, I have some select and update statements in my query with WHERE clause I want to prevent these queries from SQL injection attacks. What are the steps and precautions to be taken for SQL Injection attacks? Does anybody have suggestions? Thanks in advance,

2 Answers  


What is blocking?

1 Answers  


What does normalization do to data?

1 Answers  


Hi SQL gurus, i am working for an MNC... My team is having a problem in sql server. when user slects date prompts from jan 1st to april 30, it should display all months data like : jan aa feb bb mar cc but when it comes to april its taking data like : jan aa feb bb mar cc apr dd...and so on means its taking data again from jan to april which we dont want. we want the data only april month as we are getting jan, feb and mar... can any one write the code to relsove the issue please would be greatful if you can send to shiva_sans@yahoo.co.in and also please send your email also ...so that we will be in touch for any kind of queries ... Thanks a lot in Advance !!!

1 Answers  


Tell me what is normalization? Explain different forms of normalization?

1 Answers  


How to execute stored procedure in select statement sql server?

1 Answers  


What is dynamic cursor in SQL SERVER?

1 Answers  


What is the difference between truncate and delete statement?

6 Answers   CarrizalSoft Technologies, CTS,


Categories