Skip to content

BULK Data Transfer

Alex Bochkov edited this page Feb 8, 2025 · 1 revision

BULK Data Transfer

A simplified UI for transferring data between databases using a BULK load approach.

SQL Server

  • Automatically select the SQL Server connection based on the database selected in Object Explorer.
  • Uses a BULK load operation to transfer data.

PostgreSQL Export

  • Exports data to PostgreSQL using NPGSQL (does not require additional drivers).
  • Performs export using a BULK load approach as well.

Planned Features (important for my current role)

  • Data transfer from PostgreSQL to SQL Server.
  • Support for MySQL.

image