Skip to content
Just another SQL blog

Just another SQL blog

  • home
  • featured
    • Pencil’n more
    • Bestes Sohn Seite
  • imprint
  • privacy
  • contact
  • English
    • Deutsch
    • English

Data Transfer

Transferring Data: bcp, COPY, pgloader, ETL — Which Method When

26. June 2026 by marcus

Moving data sounds like the easiest phase of a migration: the table is there, pour the data in, done. Until the first larger table takes a whole afternoon — because it runs row by row via INSERT instead of in one sweep via COPY. Anyone who needs to load data into PostgreSQL has four routes to choose from, and the … Read more

Tags Data Migration, Data Transfer, PostgreSQL, SQL Server

Latest Posts

  • Data Type Mapping SQL Server → PostgreSQL — What Converts Cleanly and What Breaks
    Published Jun 25, 2026 · Updated Jun 26, 2026
  • Schema Migration SQL Server → PostgreSQL — Identity, Constraints, Defaults, Sequences
    Published Jun 26, 2026
  • Transferring Data: bcp, COPY, pgloader, ETL — Which Method When
    Published Jun 26, 2026
  • Data quality in SQL Server // TRY_CONVERT for bit done safely — converting yes/no values
    Published Mar 7, 2024 · Updated Jun 26, 2026
  • Data quality in SQL Server // TRY_CONVERT for float and real done safely
    Published Mar 6, 2024 · Updated Jun 26, 2026

Tags

AI-Assisted Development (2) AI Agents (1) Claude Code (6) Data Integration (1) Data Migration (3) Data Quality (9) Data Quality Rules (1) Data Transfer (1) Data Type (6) Data Type Mapping (1) Design Pattern (3) Developer Workflow (5) Dynamic SQL (1) ELT (1) ETL (1) ETL Process (5) Formatting (5) Logging (1) Maintainability (3) Naming Convention (4) PL/pgSQL (4) Postgres (5) PostgreSQL (3) Prompt Engineering (1) Readability (7) Schema Migration (1) Source Control (1) SQL Server (4) SSIS (5) SSIS vs. SQL (4) Stored Procedure (1) T-SQL (8) Table Design (1) TRY_CONVERT (6) Type Conversion (6)
© 2018–2026 Marcus Belz · Imprint · Privacy · Contact