SQL server to Postgre

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vamsa
    New Member
    • Jan 2008
    • 4

    SQL server to Postgre

    Hi

    i want to connect and move the data's from SQL server to postgre.Help me on it
  • foneman
    New Member
    • Mar 2008
    • 15

    #2
    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.

    Comment

    • debasisdas
      Recognized Expert Expert
      • Dec 2006
      • 8119

      #3
      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.

      Comment

      • foneman
        New Member
        • Mar 2008
        • 15

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

        Comment

        Working...