Giving example that I'm going to update a records under bulk logged recovery which consist of 1000 records as following:
update TableA set columnA='Test' where columnB=1
Or do the same statement but in FULL recovery mode, so what will be a different here?? will that means when I do this kind of update with FULL recovery mode, is that means row based recovery is applied ?