-
Notifications
You must be signed in to change notification settings - Fork 2
BULK Data Transfer
Alex Bochkov edited this page Feb 8, 2025
·
1 revision
A simplified UI for transferring data between databases using a BULK load approach.
- Automatically select the SQL Server connection based on the database selected in Object Explorer.
- Uses a BULK load operation to transfer data.
- Exports data to PostgreSQL using NPGSQL (does not require additional drivers).
- Performs export using a BULK load approach as well.
- Data transfer from PostgreSQL to SQL Server.
- Support for MySQL.