Обсуждение: comparison between Postgresql and Microsoft SQL Server

Поиск
Список
Период
Сортировка

comparison between Postgresql and Microsoft SQL Server

От
Heine Ferreira
Дата:
Hi,

I know there is a manual but it is quite a large and heavy document.
Does anyone know of a document that compares and shows the differences between
SQL Server and Postgres?
That will be a substantial shortcut for me.

Thanks

H.F.


Re: comparison between Postgresql and Microsoft SQL Server

От
David Rowley
Дата:
On 2 February 2016 at 21:04, Heine Ferreira <heine.ferreira@gmail.com> wrote:
> Hi,
>
> I know there is a manual but it is quite a large and heavy document.
> Does anyone know of a document that compares and shows the differences between
> SQL Server and Postgres?
> That will be a substantial shortcut for me.

Well that's a pretty big topic, and you've not hinted much as to which
aspects you'd like to compare.
Perhaps somewhere like [1] might be a good start.

[1] https://en.wikipedia.org/wiki/Comparison_of_relational_database_management_systems


--
 David Rowley                   http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services


Re: comparison between Postgresql and Microsoft SQL Server

От
Thomas Kellerer
Дата:
Heine Ferreira schrieb am 02.02.2016 um 09:04:
> I know there is a manual but it is quite a large and heavy document.
> Does anyone know of a document that compares and shows the differences between
> SQL Server and Postgres?
> That will be a substantial shortcut for me.

I am maintaining an (brief) overview of different (SQL level) features:

   http://www.sql-workbench.net/dbms_comparison.html

Maybe that already helps a bit.

Some other posts/blogs I have bookmarked regarding this:

  http://stackoverflow.com/questions/6473455/sql-server-2008-r2-or-postgresql
  https://facility9.com/2011/12/ten-reasons-postgresql-is-better-than-sql-server/

  http://datachomp.com/archives/top-10-reasons-i-like-postgres-over-sql-server/
  and an "answer" to that: https://36chambers.wordpress.com/2013/09/04/reasons-to-use-postgres-over-sql-server/

Thomas