asp.net - Idea's to Create a table dynamically -
is possible create table in sql dynamically. in web application need store data in table named "info_2013" year (i.e) 2013. when system date changes 2014, new table has created "info_2014" , values have added in table.
note : table has in same db.
i avoid using approach.
why not rather create single table, year
column, identify year from?
further that, if woried table getting large, might want take @ creating partitioned tables , indexes
may have @ these too
Comments
Post a Comment