Re: Looking at PostgreSQL as alternative to MS SQL Server 2000
ghaverla@freenet.edmonton.ab.ca
From: <ghaverla@freenet.edmonton.ab.ca>
To: "Ian J." <yahoo@ijvfilms.co.uk>
Cc: pgsql-novice@postgresql.org
Date: 2003-04-29T16:57:57Z
Lists: pgsql-novice
On Tue, 29 Apr 2003, Ian J. wrote: > I'm completely new to PostgreSQL, so please excuse my lack of knowledge > regarding what is and isn't possible. > > I'm looking for alternatives to Microsoft's SQL Server 2000 for > implementation on my various clients' systems, which in the main are > Windows boxes (NT and 2000, Workstations and/or Servers). One thing I would look into, does the database have to sit on a Windows box? If all your client cares about, is that the front-end applications are on Windows and that the database understands ODBC, you may be able to put PostgreSQL (or other) on a more native OS than Windows. Gord