I am migrating a large (500 GB) database containing several hundred tables and a few database functions from PostgreSQL 8.0 to Microsoft SQL Server 2008.
Is there a website (or book) that details differences I need to be aware of (data types, stored procedure functionality, etc.)?
I am fairly familiar with PostgreSQL, but just learning SQL Server.
Any SQL Server book recommendations would also be appreciated.
Thanks.