MS SQL server to CrateDB convert

Hi, I think you may encounter some issues with pgloader as it makes use of a specific feature in PostgreSQL, but if you are considering moving data from MSSQL to CrateDB you may find this tutorial interesting and you could use this to get started translating MSSQL statements (including CREATE TABLE commands) to the PostgreSQL dialect.