开发者

PostgreSQL 8.0 to Microsoft SQL Server 2008 migration

开发者 https://www.devze.com 2023-02-13 22:53 出处:网络
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.

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 开发者_Go百科procedure functionality, etc.)?

I am fairly familiar with PostgreSQL, but just learning SQL Server.

Any SQL Server book recommendations would also be appreciated.

Thanks.


Take a look at these links:

Microsoft SQL Server to PostgreSQL Migration by Ian Harding

This is going the other way, but has some of the information you need.

Cross compare of SQL SERVER 2005, MYSQL, and PostgreSQL 8.3

0

精彩评论

暂无评论...
验证码 换一张
取 消