Describe what you want
Generated SQL
Executions
- Generated queries will appear here β click one to restore it.
Preview
Query diagram
Schema diagram
Mermaid source
Schema analysis
File import β staging-first
Drag a CSV/TSV file here, or
no file selected
name,start,length or name,length)
Profile
Target table (new β inferred from the file)
Staging table
Load script (BCP / BULK INSERT)
Raw-line load + split proc (generic load, per-file split)
Column mapping
Load procedure (MERGE on the inferred key)
Step 2 β Promote staging into existing prod tables
One file can feed several prod tables β map and generate a MERGE per table; the procs accumulate below. Confirm the match key yourself (checkboxes β the PK is only a suggestion), and the load commits in batches so large files never long-lock prod.
Schema objects
Open this tab with a project selected β its tables, views and procedures are listed here. Check the ones to migrate.
Translated objects
Translated scripts appear here β one block per object, with
-- MIGRATION NOTE: comments wherever the target platform has no direct equivalent.