Hi Experts,
I am facing this issue of
"but its maximum row size exceeds the allowed maximum of 8060 bytes. INSERT or UPDATE to this table will fail if the resulting row exceeds the size limit."
in production enviornment. Previous developers decided to kepe the design in away to have 641 columns in this table. Moving columns and normalizin is alot more work and needs more time. But since this is a production job, I am looking for some workaround. I have 247 varchar columns and there are lots of columsn with varchar(n). Reading some posts online, is it okay to change some of the varch(n) to varchar(max). is there any other way to fix this issue wthout changing the table design. I would really appreciate any help.
Thanks,
Ro