Hi,
I have a table and its having 450 columns. i am using sql server 2008.
Almost all the columns have datatype varchar(50),varchar(3000) and varchar(max).
i am getting below error message, when i run the table creation script.
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.
Is anyone can suggest me good approach, which can overcome this problem?
Thanks,
Maggy!