The configuration and logs refers to a crucial aspect of database administration and monitoring. Configuration and logs encompasses the configuration settings that determine how SQL server operates and the various logs that record database activities.

Service Logs

The service logs refers to the logs which are generated by the SQL server service itself. These logs are a critical component of database administration and monitoring, which provides valuable information about the operation and health of the SQL server instance. In service log window, you can see the following details which are listed below:

Note: In the service log window, you can perform the following operations which are listed below:

DB Query Logs

The DB query logs refers to a set of logs that captures information about the execution of database queries within the SQL Server instance. These logs are essential for monitoring and auditing database activities, troubleshooting performance issues and also ensuring the security and integrity of the database environment. In the DB query logs window, you can see the following details which are listed below:

Note: In the DB query log window, you can perform the following operations which are listed below:

The query execution refers to the process of executing a specific SQL query within the database management system (DBMS). These logs capture different detailed information about how a query was processed by the database engine, including its execution plan, duration and resource usage. In query execution, there are following predefined function which you can apply while executing a query which are listed below:

Note: Once you have selected the query which you want to execute by clicking on their corresponding radio buttons, you have to click on the Execute button to execute the query. On executing the query, the corresponding output for the query will be displayed in the Query Output window.

Query Output

In the query output window, you can see the following details for an executed query which are listed below:

Note In the query output window, you can perform the following operations which are listed below:

Note In the configuration logs window, you can apply the analysis mode by clicking on the Enable Analysis Mode button.