Re: MS SQL 2K replication/backup - Mailing list pgsql-admin

From Robert Treat
Subject Re: MS SQL 2K replication/backup
Date
Msg-id 1048531672.13798.284.camel@camel
Whole thread Raw
In response to MS SQL 2K replication/backup  ("Jason M. Kuhlman" <jkuhlman@oglecounty.org>)
List pgsql-admin
On Tue, 2003-03-18 at 13:52, Jason M. Kuhlman wrote:
> Hello
> We would like to expose some data live to the internet, but some of our
> departments are deep in MS SQL.  I know it's possible to replicate SQL to
> PostGreSQL. Our data isn't time sensitive so we wouldn't have to have it
> replicate live.  What I would like to do is set up a script to
> replicate/dump the tables once a night, but I'm not having any luck.
>
> With this scenario this PostGreSQL database could then be a "sort of" backup
> also.  Would it be possible, if needed to push these databases back into MS
> SQL?  I have been going through the archives for a couple of days, but most
> posts seem to be about real time replications.
>
> Any help would be appreciated.
>

You need to do some searching on porting from sql server to postgresql,
since this has been tackled before but more likely in that context.
There is also an article on techdocs.postgresql.org regarding pulling
data from m$sql for use in postgresql. IIRC the postgresql insert based
dump in plain text format can be used to push data back into m$sql,
though it would depend on how obtuse your database schema is.

Robert Treat


pgsql-admin by date:

Previous
From: Robert Treat
Date:
Subject: Re: Problems with pg_restore
Next
From: Robert Treat
Date:
Subject: Re: ¿What's wrong?