From BOL we know that some operations like writetext and updatetext are minimally logged in Bulk-Logged mode. I tested these two statements on my DB in 2 different modes: Full and Bulk-Logged. And found that transaction log file growth was the same regardless the mode (100,000 operations, updatetext- 6G, writetext-1,5G). There should be some explanation for this result.Thanks