Re: export data from postgresql on linux to ms-sqlserver 2000 on windows

Started by Chris Mover 22 years ago1 messagesgeneral
Jump to latest
#1Chris M
chris@none.none

Maybe you can use MS SQL Server's DTS. You can find this
application in SQL Server's program group from Start Menu.

DTS can tranport data using ODBC, OLEDB, etc.
You may try to export data from postgresql by ODBC.