Generic SQL Export Job
A freely configurable background job that runs any SQL query and exports the results to a file — CSV, Markdown, and more. One tool to cover any recurring or ad-hoc data export need without writing a custom script each time.
Rather than writing a new export script for every data request, this job provides a configurable foundation. Point it at a query, pick an output format, define a schedule — done.
Supported formats include CSV for spreadsheet consumption and Markdown for documentation or lightweight reporting pipelines. The configuration is external, so adding a new export is a config change, not a code change.
The practical win is removing one-off scripting for data exports across teams. Finance, operations, compliance — whoever needs data from the database in a usable format gets it without involving a developer every time.
Built in C# on .NET with SQL Server as the query target.