Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2001-05-04 : 08:37:06
|
Ville writes "I think found an interesting question:
First I start a transaction which makes an update statement
While this transaction is running, I want other users to be able to read(select) the data as it was before my update transaction started. So if I understand correctly I can not make a dirty read because it would read the data that has been partly updated and not the data before the transaction started?
I know this is possible with Oracle.
Yours, Ville" |
|
|
|
|
|