Re: migrating from MSSQL - Mailing list pgsql-general

From David Fetter
Subject Re: migrating from MSSQL
Date
Msg-id 20090508152329.GH18067@fetter.org
Whole thread Raw
In response to migrating from MSSQL  ("Eugene ." <eugene750@yahoo.com>)
List pgsql-general
On Fri, May 08, 2009 at 12:21:51AM -0700, Eugene . wrote:
>
> Hi all,
>
> I've been tasked with evaluating the feasibility of migrating our
> in-house application from MSSQL to PostgreSQL.  It is fairly old and
> has lots of stored procedures, which is why we need to think
> carefully before making the switch.  Does anyone else have a similar
> experience?

Yes.

> What are some of the things to watch out for?

Porting the T-SQL code is one part.  Differing transaction semantics
is another.

> Secondly, which commercial support vendor would you recommend?  I
> found EnterpriseDB and CommandPrompt, but I don't know anything
> about them.  Any other candidates?

Among many others, there's also OmniTI <http://www.omniti.com/> and my
company, PostgreSQL Experts <http://www.pgexperts.com/>.

One of the advantages of a free software project like PostgreSQL is
that you can choose the support option that best fits your needs
rather than being tied to one company whose support options may not.

Cheers,
David.
--
David Fetter <david@fetter.org> http://fetter.org/
Phone: +1 415 235 3778  AIM: dfetter666  Yahoo!: dfetter
Skype: davidfetter      XMPP: david.fetter@gmail.com

Remember to vote!
Consider donating to Postgres: http://www.postgresql.org/about/donate

pgsql-general by date:

Previous
From: Tim Bunce
Date:
Subject: Re: prepared statements and DBD::Pg
Next
From: "Edmundo Robles L."
Date:
Subject: how many connections can i use????