I have Payroll process implemented in SQL server 2012. Table having 365 columns in order to store details of each day for different PayHead section.
PayHead includes (Basic,HR,Deduction,ESIC,Tax,PF,etc..)
Is it a good idea to make all this 365 columns into single Date column and then need to process the query?.
Need different suggestions on the above scenario to align the table such that i can do some improvement operations on it(Indexing,Partitioning,etc..).