Hi All,
i have SQL server 2008R2-64 bit enterprise edition.
i have a transaction table with 1600000 millions record. on this table insert/Update done by a service running. there are around 500 web user reading data from this table using dashboard.
now every time we have three years of data- currently i have 2013,2014,2015.
due to improve performance i want to create physical or may be logical partition.
my question is can i create physical partition like
table2013
table2014
table2015
TableALL(contain All Data)
or i should create view based on year combination.
or should i create logical partition.
also i need to decease tempdb contention.
Please any expert give me suggestion.
Regards,
Manish Kumar