Table Size cannot be more than 4kb Error

dipakpatel2505dipakpatel2505 Member Posts: 169
Hello All,

My Table size is almost reached upto 4kB and still I require to do customization.

How can I extend the table so that I can do customization ??

Is there any granual provided Microsoft or facility to achieve this kind of functionality ?

Thanks for help in advance.........


With Best Regards,
Dipak Patel

Comments

  • einsTeIn.NETeinsTeIn.NET Member Posts: 1,050
    Reduce the no. of fields or the length of some fields of your table.
    "Money is likewise the greatest chance and the greatest scourge of mankind."
  • mohana_cse06mohana_cse06 Member Posts: 5,504
    Or you can also disable the fields which are not required
  • SogSog Member Posts: 1,023
    To answer your question: no, you cannot go over 4 KB recordsize.
    If all those extra fields aren't all foreign keys, then I think you're solution can be redesigned for the better.
    Else, You'll have to create an extra table with the same key as the original table and add the fields there.
    |Pressing F1 is so much faster than opening your browser|
    |To-Increase|
Sign In or Register to comment.