How we do it is. We have one SQL database. Each server has an app the monitor the server. If an alert comes up(This can be, space, cpu, memory, application error, failed backup and so on) it sends a message to the database with diffrent fields of information for instance, Server name, summery, app, contact. Now all the servers are for different departments that generate their own alerts. I know that server a-z are for department red and server a1-za for department blue and so on. Not i want to query the sql database, lets say from date xx-xx-xx to date yy-yy-yy within table with server names, a-z and in summery for "space" then i will get my data that tells me that servers c,d,e,f,g had pace problems and then i know it is in department red because i specified only server name in the department.
Does it make sense?
At the moment i use SQuirreL SQL Client and it works fien but must copy and paste everyting then to excel and it takes forever so if i do it with ms i can automate it.