Have you ever tried updating a variable length column and fail? Well, it can happen if the modified row cannot fit on the page. One simple example of this as follows create table boundary (c1 char(8000), c2 char(20), c3 varchar(23), c4 decimal(38,2))
Read More...