Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Transaction not committed issue
Message
From
22/12/2005 12:09:10
 
 
To
22/12/2005 11:45:28
General information
Forum:
Microsoft SQL Server
Category:
Other
Environment versions
SQL Server:
SQL Server 2000
Miscellaneous
Thread ID:
01080208
Message ID:
01080220
Views:
12
>Hi,
>
>I come across some articles on SQL Server 2000 that
>if we use transaction and didn't rollback or commit the
>transaction due to improper coding or errors, it might
>be 'locking' some tables in the database.
>
>If that will to happen, is there any way to
>rollback the old transaction ?
>
>I know that using DBCC opentran will show any transaction not committed.
>
>Anyone know of how to solve this issue.
>
>Thank you

If a session remains open, you have to write a watchdog that execute a:
KILL
Normally a zombi session is detected and killed, but this is not guaranteed.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform