3

I would like to migrate a SQL Server 2008 database to Postgres.

Is there a painless way to do this? are there any tools that will scan through the schema and stored procedures to flag compatibility problems?

0

1 Answer 1

1
  1. Painless http://dbconvert.com/convert-mssql-to-postgre-pro.php
  2. Painfull export plain schema + regex + rewrite tsql.
Sign up to request clarification or add additional context in comments.

1 Comment

I think a tool like that can give you a starting point. You should however still go through all your stored procedures to make sure thinks work correctly on the new database. SQL Server 2008 is not PostgreSQL and I have yet to see a conversion tool do a 100% job at understanding all the diffrences between two database systems, such as locking model. That said I have never used this tool.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.