Build precise queries to find exactly what you need
Press ESC to close
Nagios World Conference 2026: Sept. 14-17 in St. Paul, MN | Learn More
I must admit I haven’t tested thoroughly but I did wrestle for hours before finding out.
A quick change is required to make this work on *nix systems. Damn case sensitive.
For *nix systems $conn{“dsn”} = “dbi:ODBC:Driver={SQL Server};SERVER=” . $conn{“server”};
Should read $conn{“dsn”} = “dbi:ODBC:DRIVER={SQL Server};SERVER=” . $conn{“server”};