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 ?
Microsoft is conducting an online survey to understand your opinion of the Msdn Web site. If you choose to participate, the online survey will be presented to you when you leave the Msdn Web site.