Folders by domain
Reconciliation, finance, support, on-call. A folder per topic, queries with descriptions, the team finds what they need.
The diagnostic query that untangled last month's outage, the reconciliation the back office runs every morning, the cleanup probe nobody remembers writing. Save each of them once, run them through the agent, and every execution leaves a record behind it.
Reconciliation, finance, support, on-call. A folder per topic, queries with descriptions, the team finds what they need.
Typed variables (string, number, date, datetime, json, guid, boolean) with defaults at the query level and overrides per user.
Every save is a checkpoint you can go back to, with a diff that shows what moved and who moved it.
A classifier rejects anything that writes before it is sent, the connection points at a read-only role, and the agent enforces its own timeout on top of both.
Rendered SQL, variables applied, who, when, on which connection, row count, duration. Compliance and post-mortems happy.
A saved query becomes a schedule that delivers CSV or Excel to email or Slack. The recurring extract automates itself.
Why teams move off the alternatives
Personal, gone the day the laptop is reimaged, impossible to share without pasting, and nothing about the run is recorded.
Shared, but disconnected from the database, with no variables and nothing to run. Half of them turn out to be private anyway.
Searchable for two weeks then buried. The link to the message dies when the channel rotates. No variables, no audit.
Heavyweight for an operational query. Often want cloud DB access. Not the right tool for a quick reconciliation extract.
Query workflow guides
Folders, variables, audit, and private execution without a heavy catalog process.
Read the guideMove incident and support SQL into a shared workspace once it becomes repeatable.
Read the guideCreate reusable team queries with descriptions, variables, and visible run history.
Read the guideMake customer, date, and status inputs explicit for operational reruns and schedules.
Read the guideCompare
Compare collaborative SQL editing with a private operational workspace for saved SQL, agent execution, and schedules.
Read comparisonCompare BI dashboard subscriptions with scheduled SQL exports from a shared query library.
Read comparisonFAQ
Yes. Save a query under the company scope and the team sees it. Personal scope keeps it private. Versioning means edits are not destructive.
Optional. Plain SQL works. When a query needs a customer id or a date range, mark it as a variable and the runner prompts for it. Defaults at the query level, overrides per user.
No. DML and DDL are rejected before dispatch. Use a read-only database role for the connection. To write to the database, use a migration tool and let Taavik observe the result.
Free forever for personal use, Pro for shared workspaces and unlimited library size.