Connecting Tech Pros Worldwide Help | Site Map

SQL server to Postgre

Newbie
 
Join Date: Jan 2008
Posts: 4
#1: Jan 24 '08
Hi

i want to connect and move the data's from SQL server to postgre.Help me on it
Newbie
 
Join Date: Mar 2008
Posts: 15
#2: Mar 16 '08

re: SQL server to Postgre


There are several commercial programs that will do that for you. Otherwise you will have to write your own scripts. I've done it from Access to Postgres thru PHP and a web server. Makes a difference as to how much data, database compatability, etc.
debasisdas's Avatar
Moderator
 
Join Date: Dec 2006
Location: Bangalore ,India
Posts: 7,500
#3: Mar 18 '08

re: SQL server to Postgre


It is better to use some third party tool for such kind of job. You can find such tools by spending some quality time using web search.
Newbie
 
Join Date: Mar 2008
Posts: 15
#4: Mar 21 '08

re: SQL server to Postgre


If you know PHP you can write your own script and transfer it from the command line.
Reply