hi all,
I want to ask about sql advanced reporting. I want to create a report with a format like this :
Node_ID -- node_name --- Department --- CPU -- Memory -- HDD --- App1 -- App2 -- App3
1342 myserver IT 40% 20% 40% 100% 0% 90%
Information :
CPU : avg of cpu used on 1 day
Memory : avg of memory used on 1 day
Disk : avg of disk used until today
Application 1 : avg availability of application ( ex : Windows 2003-2008 and the server is never down)
Application 2 : avg availability of application ( ex : Oracle service with never goes up)
Application 3 : avg availability of application ( ex : notepad monitor with sometimes up)
etc
i already tried to create using orion report writer, but it's to simple to create report like this.
all report are generate everyday ( 1 day duration), but I'm not very proficient in the database, so i confused when creating it. my friend told me to used PIVOT to create it, but i don't understand how to do it.
thanks