0

This question is asked by Navaneeth Adruguli on Link Of form


The question is:
In SQL server how transaction rollback will work? If i have a huge number of updates in a transaction and during update connection failure or connection timeout occurs then what will happen?Can sql server rollback in this conditions without connection to the sql server(in case of conection failure).If possible then how?
harry34
  • 135
  • 1
  • 2
  • 11
  • This question is already answered on this other forum. Why post it here? Are you expecting a different answer? – Mike Brant Jun 20 '13 at 17:53

1 Answers1

0

SQL Server rollback the transaction if any error occurs in network of system. It can even automatically restore from crash if system crashes or shuts down in between.

Ankit Zalani
  • 3,068
  • 5
  • 27
  • 47