This article describes how to download and use the klsql2 utility, and how to execute an SQL query by using this utility.
To use the klsql2 utility:
Locate the klsql2 utility in the installation folder of Kaspersky Security Center. The default installation path is <Disk>:\Program Files (x86)\Kaspersky Lab\Kaspersky Security Center. Do not use klsql2 utility versions intended for older Kaspersky Security Center versions.
Create a file with the .sql extension in any text editor and place the file in the same folder with the utility.
In the created .sql file, type the SQL query that you want, and then save the file.
On the device with Kaspersky Security Center Administration Server installed, in the command line, type the following command to execute the SQL query from the .sql file and save the results to the result.xml file:
where <username> and <password> are credentials of the user account that has access to the database.
If required, enter the login and password of the user account that has access to the database.
Open the newly created result.xml files to view the SQL query results.
You can edit the .sql file and create any SQL query to the public views. Then, from the command line, execute your SQL query and save the results to a file.