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

index basics

types of indexes


Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -