Unix Technical Forum

Rollback transaction after connection lost

This is a discussion on Rollback transaction after connection lost within the SQL Server forums, part of the Microsoft SQL Server category; --> Hi, I have a problem. When my computer loses connection to server during transaction it is rolled back automaticly ...


Go Back   Unix Technical Forum > Database Server Software > Microsoft SQL Server > SQL Server

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-29-2008, 07:20 PM
 
Posts: n/a
Default Rollback transaction after connection lost

Hi,
I have a problem. When my computer loses connection to
server during transaction it is rolled back automaticly
by server after 2-5 minutes. During the time a can reset
my computer, run my program again and I can see
data from not commited transaction becouse I have to
set isolation level to read uncommited.
How to force the server immediately rollback transaction?

TIA
clint

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 02-29-2008, 07:20 PM
Erland Sommarskog
 
Posts: n/a
Default Re: Rollback transaction after connection lost

(dj) writes:
> I have a problem. When my computer loses connection to
> server during transaction it is rolled back automaticly
> by server after 2-5 minutes. During the time a can reset
> my computer, run my program again and I can see
> data from not commited transaction becouse I have to
> set isolation level to read uncommited.
> How to force the server immediately rollback transaction?


Apparently SQL Server does not sense that the client is gone. I will have
to admit that I don't know how that works. I would sort of expect that
if you pull the plug, SQL Server would be notified directly, but net-
working is not my best subject.

Anyway, if you can do sp_who and identify your process, you can use the
KILL command to stop the process directly. You need sysadmin privileges
to use KILL.

--
Erland Sommarskog, SQL Server MVP, esquel@sommarskog.se

Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/pro...ads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodinf...ons/books.mspx
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 06:41 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com