A short project, migrating from SQL Server 2000 RTM to SQL Server 2012.
It may sound simple, but there is no direct migration path between the two, so database scripts were generated, modified and implemented to generate the structure of the database, and data was then migrated in separately.
As well as the upgrade old SQL code had to be refactored to the latest versions.