Hi all,
I read in documents that Log Buffer is 60KB and when you commit a transaction or 60KB is filled due to heavy transaction, its contents is written to disk.
For the test purpose, I created very small table, began a transaction and inserted a row.
I expected fn_dblog must not show my insert because the row is very small(less than 60k) and the transaction was not committed. So it must still reside in buffer log. But every time I tested this, fn_dblog shows my transaction and the inserted row immediately.
I would be grateful is somebody could clarify this issue.
Many thanks in advance!
Leila