Saved Bookmarks
| 1. |
What Is 'write-ahead Log' In Sql Server 2000 ? |
|
Answer» Once data is stores in MEMORY USER can make changes to that a log FILE is generated. This log file is generated in every five minutes of transaction is DONE. After this sql server writes changes to database with the HELP of transaction log files. This is called Write-ahead log. Once data is stores in memory user can make changes to that a log file is generated. This log file is generated in every five minutes of transaction is done. After this sql server writes changes to database with the help of transaction log files. This is called Write-ahead log. |
|