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?