RE: [HACKERS] heap page corruption not easy

2000-12-19 Thread Mikheev, Vadim
The point is, that the heap page is only modified in places that were previously empty (except header). All previous row data stays exactly in the same place. Thus if a page is only partly written (any order of page segments) only a new row is affected. Exception:

RE: [HACKERS] heap page corruption not easy

2000-12-18 Thread Mikheev, Vadim
The point is, that the heap page is only modified in places that were previously empty (except header). All previous row data stays exactly in the same place. Thus if a page is only partly written (any order of page segments) only a new row is affected. Exception: PageRepairFragmentation()