I work in a bank and have created several jobs that monitor critical systems, or services that are prone to failure. I was recently asked to provide the dates and times that a particular system was not functioning. Not wanting to manually dig through my email archive for all the alerts, or the VisualCron client's log interface, I thought I'd go straight to the VisualCron logs. I was very happy when I discovered it was a SQL Server CE Database File! All I would need to do is write a quick SQL query! Great!
Yeah, not so much, because the database file is password protected. 😒 OK, I get that. Don't want sensitive data laying around unprotected. So, I wound up writing a quick program to access the log data via the API.
While that worked, it was slow. I imagine this won't be the last time I'm asked for this kind of information, so it'd be really nice if I could set the log database's password on the Database Settings tab of the Log Settings section of the Server Settings. The database would still be secure, and I could query the log to my heart's content using SQL rather than having to write a program to get the answer.
Please?