{"id":210,"date":"2021-11-20T06:47:34","date_gmt":"2021-11-20T06:47:34","guid":{"rendered":"https:\/\/originsofttech.net\/?p=210"},"modified":"2021-11-20T06:47:34","modified_gmt":"2021-11-20T06:47:34","slug":"ms-sql-to-postgresql-migration-strategies","status":"publish","type":"post","link":"https:\/\/originsofttech.net\/ms-sql-to-postgresql-migration-strategies\/","title":{"rendered":"MS SQL to PostgreSQL migration strategies \u00a0"},"content":{"rendered":"

Many companies follow the long-term modern trend to migrate databases from commercial DBMS to free open-source equivalent in order to reduce total cost of ownership. <\/span>PostgreSQL<\/b><\/a> looks really good option among all free systems because it is 100% compliant with SQL standard, supports point-in-time recovery and sophisticated locking mechanisms, provides advanced data types such as multi-dimensional arrays andspatial.<\/span><\/p>\n

The most straight forward way to migrate from MS SQL to PostgreSQL is based on popular extract-transfer-load (ETL) model:<\/b><\/p>\n