Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am looking for some good tools for migrating database. Migrating from sqlserver to postgres database.

Any Help :)

share|improve this question
What version of both databases are you on? What objects are you looking to migrate (tables, procedures, functions, views. etc)? – JustBob 5 hours ago
Versions are sql server 2008 and postgres 9. I am just looking to migrate tables and it's data. No function,views etc – Chitrank Samaiya 3 hours ago
How many tables? Any how many rows per a table or at least what's your biggest table row count wise? – JustBob 1 hour ago

1 Answer

Ryan Bates has an excellent Railscast on this topic which you can view. Migrating to Postgres

share|improve this answer
This is not what i was looking for. – Chitrank Samaiya 6 hours ago
Maybe you can expand on exactly what are you looking for then. – Althaf Hamez 5 hours ago
Dude please read my question once again, As i mentioned migrating two different databases nothing related to rails. – Chitrank Samaiya 3 hours ago
I am sorry, but you have tagged your question not ONCE, but TWICE as ruby-on-rails and ruby-on-rails-3, – Althaf Hamez 3 hours ago
Np buddy :). Tagged just to get answer. – Chitrank Samaiya 3 hours ago
show 1 more comment

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.