sqlserver2pgsql
sqlserver2pgsql copied to clipboard
Migration tool to convert a Microsoft SQL Server Database into a PostgreSQL database, as automatically as possible
Is there support for filestream fields? As far as I know, you can just treat them like binary(max) and query them like other fields, but the converter seems to be...
Hi Team, If we have columns in square brackets in the source sql server schema as well as the dump, the columns in the view DDL gets parsed as is...
When running `kitchen.sh -file=incremental.kjb` I get an error on one of my tables. Running kettle with `migration.kjb` works without an error. Full error output: ``` 2022/11/15 09:55:48 - Migration -...
Hello, I get these errors when I try to create the kettle jobs: ``` ./sqlserver2pgsql.pl -b tables-before.sql -a tables-after.sql -u tables-unsure.sql -k kettlejobs -sd SOURCEDB -sh sqlserverip -su USERNAME -sw...
Some of my constraints ended up in tables-unsure.sql. I manually fixed all the issues and the sql script ran without a problem. I however did not check that all the...