Re: Transact SQL compatibility layer

From: Scott Marlowe <smarlowe(at)g2switchworks(dot)com>
To: James Harper <james(dot)harper(at)bendigoit(dot)com(dot)au>
Cc: pgsql general <pgsql-general(at)postgresql(dot)org>
Subject: Re: Transact SQL compatibility layer
Date: 2006-01-23 18:50:06
Message-ID: 1138042206.25819.10.camel@state.g2switchworks.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Sun, 2006-01-22 at 18:46, James Harper wrote:
> Is there such a thing as a translator/proxy that can pretend to be a
> Microsoft SQL server and proxy all the commands to a PostgreSQL server,
> and the results back again? Obviously the purpose of it would be to
> allow an application written for MSSQL Server to work with PostgreSQL
> without modification.
>
> If not, has such a thing been considered? What would be the obstacles to
> developing such a proxy?

The amount of work required here would be pretty huge.

Plus, what versions of MSSQL do you emulate? What about newer versions
of both MSSQL and PGSQL. If constant maintenance wasn't done on it, it
would soon become a legacy project.

My guess is that the only way you could make it happen would be to form
a company and sell it commercially. I doubt any folks in the open
source community would feel a burning desire to spend a lot of time
making PostgreSQL act like it was MSSQL server.

There are few, if any, projects that require MSSQL that I'd be
interested enough in to put that much effort into adapting PostgreSQL to
act like it was MSSQL server.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Kovács Péter 2006-01-23 19:00:01 Are indexes used with LIKE?
Previous Message Shelby Cain 2006-01-23 18:07:20 Re: Transact SQL compatibility layer