-
Notifications
You must be signed in to change notification settings - Fork 8
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:

Target table:

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.