Hi Experts,
as per troubleshooting guide, here insert statement only versioned when bulk logged and not full recovery, Is there any logic behind this or my understanding is wrong
In all databases that are enabled for row versioning based isolation levels, the version store data generated per minute for a transaction is about the same as log data generated per minute. However, there are some exceptions: Only differences are logged for updates; and a newly inserted data row is not versioned, but it might be logged, if it is a bulk-logged operation and the recovery mode is not full recovery.
Please help me in grasping this.