Designing table with increasing number of columns frequently

已答复 Designing table with increasing number of columns frequently

  • Wednesday, February 15, 2012 3:11 AM
     
     
    I am looking to redesign a table which is hit frequently by adding new columns as new busness requirements come in. Every time a new column is added,  it need to change many db objects realted to this table/views/stored procedures. Can I define column names in a table and store the values in a different table, so when ever i create a new column I just add it only to this new table. Do we have any frame work/patterns/best practice to handle this efficiently ?

All Replies