Scope
Name the databases, tables, views, routines, structure, and rows included—and explicitly excluded.
Northstar designs operator procedures around source format, target selection, encoding, permissions, output destination, evidence, and restore testing.

Official documentation describes SQL exports to a file, ZIP-compressed file, clipboard, another database, or a configured remote session. It also documents SQL, CSV, and BLOB-oriented imports.
A runbook should therefore answer more than which button to click: what is the source of truth, which target is active, what may be dropped or created, how is encoding selected, and how will completion be verified?
Name the databases, tables, views, routines, structure, and rows included—and explicitly excluded.
Review DROP, CREATE, and data output options for their effect on the target, not just the source.
Choose SQL, compressed SQL, CSV, HTML, XML, or another supported result based on the receiving workflow.
Control file path, clipboard use, same-server database, or configured remote session and its access role.
Confirm provenance, format, size, delimiter, encoding, schema expectations, and whether the file contains destructive statements.
Select a non-production or isolated target, verify backups, and test permissions and constraints.
Set the intended database and explicit encoding; monitor progress and capture errors without repeatedly retrying blindly.
Compare counts, samples, constraints, application behavior, and logs; preserve evidence and dispose of temporary files securely.
The operator opens the correct file but executes it against a different selected database or connection.
Auto-detection or an assumed default changes characters; an explicit source encoding was available but not recorded.
Extended inserts exceed server limits such as packet-size constraints and fail partway through a transfer.
DROP or CREATE behavior is enabled for a target where the objective was data-only movement.
Exported records enter a workstation clipboard without an approved need, retention rule, or disposal step.
A file exists, but no one has shown that it can be read, applied, and verified under realistic conditions.

No. Treat backup suitability as a separate requirement involving completeness, consistency, retention, access, restore testing, and recovery objectives.
If the source encoding is known, record and select it explicitly. The official help notes that automatic detection can produce broken data.
HeidiSQL documents output to another configured session. Use that only with explicit source-target confirmation, role controls, network approval, backup, and verification.
Capture operator, time, source, target, approved scope, file identity, selected options, completion status, exceptions, counts, and verification result without exposing secrets.
Northstar can map, test, and document one critical import or export path with your operators.
Scope a data workflow sprint