We would like to log everything into a SQL Server DB. The problem is that I am not very good at MSSQL. I would like to know if there is a sample script that creates the HostMonitor DB on the SQL Server. Any help would be appricated.
Thanks.
SQL Server Logging DB for Newbie
Actually I don't think you need some special script because HostMonitor does not require some fixed format. Table may have different list of fields depending on what you need.
For example you may include field to store date of the check, field for name of the test, test ID, status code, reply value. We do not have MS SQL but I think it must have some client utility that allows you to create table.
Regards
Alex
For example you may include field to store date of the check, field for name of the test, test ID, status code, reply value. We do not have MS SQL but I think it must have some client utility that allows you to create table.
Regards
Alex