Hai guys,
My web application stores attendance of employees daily..
- How to design an attendance table in sql server 2005?
I tried to figure it like this, Attendance table will contain columns EmpId,MonthId,1,2,3,4.....31..
- Is this ok enough to hold attendance?
Any siggestions....