Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
binary
Starting Member
6 Posts |
Posted - 2008-10-21 : 04:06:46
|
hellomy question is " we say that The transaction log is automatically truncated when the database is using the simple recovery model,and the portion of inactive log is not backed up yet until we make full or differential backup, where the inactive portion of log is written...is inactive portion of log writen to the disk but not backued up yet???? |
|
sodeep
Master Smack Fu Yak Hacker
7174 Posts |
Posted - 2008-10-21 : 10:06:23
|
quote: Originally posted by binary hellomy question is " we say that The transaction log is automatically truncated when the database is using the simple recovery model,and the portion of inactive log is not backed up yet until we make full or differential backup, where the inactive portion of log is written...is inactive portion of log is truncated everytime checkpoint is issued so could not backued up .
|
 |
|
|
|
|