hello all , I'm working on an application that stores reports and evaluations for my company employees every department of the company has a different shape of report (Different scheme) eg. Programming is evaluated by tasks , data entry is evaluated by number of lines they typed , management is evaluated by hours spent at work ,, etc if i use a regular path i`ll have to make a database table for every department but the system won't be flexible
what is the best way to do that .. i'm thinking XML with SQL Server is the way to go , but would i be able to get the data , manipulate it , and generate reports , evaluations as Needed .. any help would be highly appreciated .. Besada
