Newsletter #2, December 2, 2008
Migration of Oracle sequences to SQL Server 2005/ 2008
When migrating Oracle tables to SQL Server, the problem of sequence conversion is one of the most common. Indeed, SQL Server does not have any object even distantly resembling an Oracle sequence, and some tradeoffs are inevitable when you make decisions about the mechanisms to implement its behavior in the target system.
In Oracle, a sequence [...]
Some Notes on Sybase ASA to SQL Server 2005 Conversion
In spite of the fact that Sybase Adaptive Server Anywhere and Sybase Adaptive Server Enterprise have many common features, the conversion of Sybase ASA to SQL Server 2005 can cause more problems than the conversion of Sybase ASE database to SQL Server. It depends on differences in SQL dialects, which SQL Sybase ASE and Sybase [...]