Database Activity

In the Administrator, when Database Activity is selected on the Debugging Settings page, the debugging output includes information about database access.

SQL Queries

The SQL Queries section provides information about tags that generate SQL queries or result in retrieving a cached database query: cfquery, cfinsert, cfgridupdate, and cfupdate. The section looks like the following figure in the dockable.cfm output format:


The SQL Queries section provides information about tags that generate SQL queries or result in retrieving a cached database query

The output displays the following information:

Stored Procedures

The stored procedures section displays information about the results of using the cfstoredproc tag to execute a stored procedure in a database management system.

The Stored Procedures section looks as follows in the classic.cfm output format:


The stored procedures section displays information about the results of using the cfstoredproc tag

The output displays the following information:


View comments in LiveDocs