Roll Back
masterbaker
Posts: 19
Hi,
Recenly, we moved out pdn server to a data center, my question is, when doinf the sync, if internet drops, will everything gets rolled back? thanks
Recenly, we moved out pdn server to a data center, my question is, when doinf the sync, if internet drops, will everything gets rolled back? thanks
Comments
By default, SQL Data compare 8 will put the whole script in a single transaction. This means if there is any problem during the execution of the script the whole script will be rolled back.
You can customise this, so there are two alternatives if you do not want the script in a single transaction.
1) Set the project option 'Don't use transactions in the synchronization script'
2) You can also set the 'Application option' to 'Split transactions' over a certain size. This will result in multiple transactions, so the complete sync cannot be rolled back entirely.
I hope this helps.
Not sure if this question makes sense, at what point, it will get rolled back? right after internet drops? thanks