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?
↧