| Article: |
PostgreSQL for Mac OS X | |
| Subject: | Importing from SQL Server | |
| Date: | 2002-06-10 10:37:36 | |
| From: | vineetb | |
|
Excellent article!! Now only if there was a way to import my existing SQL 2K database into PostgresSQL....
|
||
Showing messages 1 through 1 of 1.
-
Importing from SQL Server
2002-06-12 04:15:29 Michael Brewer | [View]



For instance, Vienna SQL will let you export the results of a query as a comma separated values file. You should then be able to use PostgreSQL's copy command to get the data in.
A quick search on Google also returned this handy utility: http://www.daveorr.fsnet.co.uk/csvbridge/