SQL SERVER Rollback Problems
From: Sajan Rajagopal.M (samy_mss_at_rediffmail.com)
Date: 10/09/04
- Next message: Vishal Parkar: "Re: Cloning a SQL Server table"
- Previous message: Arun: "Cloning a SQL Server table"
- Next in thread: Andrew J. Kelly: "Re: SQL SERVER Rollback Problems"
- Reply: Andrew J. Kelly: "Re: SQL SERVER Rollback Problems"
- Reply: Dan Guzman: "Re: SQL SERVER Rollback Problems"
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 9 Oct 2004 05:06:30 -0700
I have included a query (procedure) inside a begin and
rollback. The Query got Hanged and i stopped the
execution. Upon Stopping the query didnt get rollbacked
instead it got executed and i had lost few data as there
was a delete scripts inside my query.After that i executed
the ROLLBACK alone and it got executed.
Kindly tell me if this is a limitation in SQL server or is
there any patch to be run in order to prevent this. This
is a show stopper in my organisation as all the Back End
Operations are totally dependant on SQL server and if this
case keeps continuing i may have to take precautionary
measures before executing even inside a BEGIN and ROLLBACK
transaction.
Thanking You
Saminathan.S
(Cognizant Technologies Solutions)
- Next message: Vishal Parkar: "Re: Cloning a SQL Server table"
- Previous message: Arun: "Cloning a SQL Server table"
- Next in thread: Andrew J. Kelly: "Re: SQL SERVER Rollback Problems"
- Reply: Andrew J. Kelly: "Re: SQL SERVER Rollback Problems"
- Reply: Dan Guzman: "Re: SQL SERVER Rollback Problems"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|