Skip to content

MSSQL Examples

MSSQL support is newer than MySQL in pgferry, but the examples already cover the two operational modes most teams need.

  • source_schema defaults to dbo
  • money and smallmoney map to numeric by default
  • uniqueidentifier values are reordered to standard UUID byte order
  • timestamp and rowversion are treated as binary values, not datetimes

Start with minimal-safe unless the target schema lifecycle is fully disposable and you have already validated object recreation end to end.