Skip to content

Query History

Alex Bochkov edited this page Aug 9, 2025 · 7 revisions

A detailed log of executed queries for auditing, tracking, and quick retrieval of past executions.

Includes a simple UI for browsing recent queries: image

Target table: image

The target connection and table name are set in the extension settings.

  • Leave the table name blank to use the default dbo.QueryHistory.
  • The table is created automatically on the first insert, unless permissions prevent it.
  • If the login lacks create permissions, you can create the table manually in advance.
image
Clone this wiki locally