Re: HOWTO Migration

From: Jeff Eckermann <jeff_eckermann(at)yahoo(dot)com>
To: Mohd Ghalib Akhtar <md_ghalib(at)yahoo(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: HOWTO Migration
Date: 2003-02-17 15:27:59
Message-ID: 20030217152759.28686.qmail@web20803.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Have a look at http://techdocs.postgresql.org

I like PGAdminII, which has a nice migration utility
that will migrate your SQL Server tables to PostgreSQL
(preserving autonumber fields, indexes and
constraints): http://pgadmin.postgresql.org

You will need to do the work to port your stored
procedures. Look at "procedural languages" in the
PostgreSQL documentation. Probably most can be
converted to pl/pgsql without too much effort.

--- Mohd Ghalib Akhtar <md_ghalib(at)yahoo(dot)com> wrote:
> HI
> all
> HOWTO Migration : Microsoft SQL Server to PostgreSQL
> Or postgres to Microsoft
>
> ghalib
>
>
>
> =====
> Take careMohd.Ghalib
> Akhtar(office)91-11-6152172,Ext-217
> Fax : 91-11-6146217, 6149446
> ---------------------------------
>
> ---------------------------------
>
>
> __________________________________________________
> Do you Yahoo!?
> Yahoo! Shopping - Send Flowers for Valentine's Day
> http://shopping.yahoo.com
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please
> send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org
> so that your
> message can get through to the mailing list cleanly

__________________________________________________
Do you Yahoo!?
Yahoo! Shopping - Send Flowers for Valentine's Day
http://shopping.yahoo.com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Anuradha Ratnaweera 2003-02-17 15:43:35 Group by count() and indexes
Previous Message Tom Lane 2003-02-17 15:27:32 Re: Transaction Logs Recycling Problem