InterviewSolution
Saved Bookmarks
| 1. |
How to add a new article in existing replication? |
|
Answer» TUF means Transaction Undo file used when log shipping is configured in STANDBY MODE on secondary. TUF contains details of transaction not APPLIED on secondary in last Log restore. Basically, these transactions were not committed to the Primary database when the Transaction log backup was in progress. On NEXT T-Log restore on secondary, Log shipping refer TUF file or state of active transactions. If TUF is missing, You can’t recover your log shipping. |
|