Exporting datas

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • baishali
    New Member
    • Jan 2008
    • 3

    Exporting datas

    HI

    I need to export data dynamically without using any tool from SQL server to postgre
  • Shashi Sadasivan
    Recognized Expert Top Contributor
    • Aug 2007
    • 1435

    #2
    Originally posted by baishali
    HI

    I need to export data dynamically without using any tool from SQL server to postgre
    Dynamically, which would mean that you would have a set of instructions which run according to some parameters.
    How do you intend to do it even if it was to happen once (manually).

    Maybe write up a little script to select your records and export it as a csv and then import it into postgre.

    Comment

    • ck9663
      Recognized Expert Specialist
      • Jun 2007
      • 2878

      #3
      if you're more familiar with postgre...try to import from there instead...find a way to connect to sql server...ODBC maybe?

      -- ck

      Comment

      Working...