June 14, 2004 at 7:51 pm
I've some piece of code in stored proc that takes couple of minutes to complete.ofcourse all code between transaction.i mean something like
begin transa
--big code
commit trans
June 15, 2004 at 3:16 am
all uncommitted transactions will be rolled back to keep the database in a consistent state
cheers
dbgeezer
June 15, 2004 at 2:52 pm
June 16, 2004 at 1:49 am
this seemed ok at a glance ...
http://databases.about.com/library/weekly/aa031101c.htm
google is littered with examples on transactions and power failures
cheers
dbgeezer
June 16, 2004 at 2:51 pm
Thank u very much dbgeezer.I appreciate that
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply