GitXplorerGitXplorer
r

mssql2postgres

public
0 stars
0 forks
2 issues

Commits

List of commits on branch main.

No commits found

There are no commits on branch main.

README

The README file for this repository.

mssql2postgres

Migrate Data from MsSQL to PostgreSQL

usage:

Usage:
  Mssql2Postgres [options] <--from> <--to>

Arguments:
  <--from>    Source Server (MS-Sql) connection string
  <--to>      Destination Server (Postgres) connection string

Options:
  --batch <batch>          Batch Size on Insert queries default 1000
  -o, --output <output>    Output file location
  -e, --execute            Execute generated sql commands in destination server
  --version                Show version information
  -?, -h, --help           Show help and usage information