Tuesday, March 10, 2015
TUF File in LogShipping...
What it TUF file?
>>TUF stands for ->T ->Transaction U->Undo F->File so it is Transaction Undo file.
Explanation:-
When restoring transaction log with the “STAND BY” option, SQL Server will go over the transaction log and save all uncommitted transactions to a file with .tuf(Transaction UNDO File) extension.
example:- let us assume a rebuild index on a big table that has run for 45 mins and let’s say 3 log backups were taken in this duration, so first log backup uncommitted transactions will be written to tuf file while restoration and when the second log backup is being restored, the sql server will redo all the uncommitted transactions from the tuf file and will continue the restoring the log backup but the second log backup also has uncommitted transactions so SQL server will again UNDO the index operation and will save the uncommitted transactions to tuf file and this process continues until transaction is committed in further log backups causing the delay in LOG RESTORE…
Q)My Tuf file deleted unfortunate when the server was shutdown or during the server down time then what will happens to the log shipping?
>>The log shipping will not work.
Subscribe to:
Post Comments (Atom)
COMMON SQL SERVER BACKUP FAILURE ERRORS AND ISSUES
One of the most common task for a DBA’s are to perform installation of new SQL Server versions and installing patches. Most often or not e...
-
RAID Levels:- RAID 0:- RAID 0 is known as disk striping. This RAID 0 stripes data across disks in the array, means , data will be equ...
-
AlwaysON Availability Groups has been introduced with SQL Server 2012 and has been a very popular and most used feature as it provides both ...
-
Troubleshooting replication errors can be frustrating without a basic understanding of how transnational replication works. The first ste...
No comments:
Post a Comment