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 |
lebedev
Posting Yak Master
126 Posts |
Posted - 2009-09-22 : 16:29:47
|
We have an application that opens a database connection and starts a transaction. What happens to the transaction if the connection is terminated, e.g. because of a network glitch, and the app doesn't have a chance to commit or rollback the transaction?In other words, how does SQL Server handle transactions started by a connection that was since terminated?Thanks.Alec |
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
|
|
|