Archive

Archive for June 4th, 2008

Database Migration best practices

June 4th, 2008 Ravi Khanal No comments

Database Migration is always a very challenging job since data is the major component of any System and it should always be secured. You are not migrating database when any new version of the database is in the market. You have to spend a lot time researching whether the database migration is really fruitful. After the data migration from one version to another, you should have the all the usefullness of the previos version with the usefullness of the new one.

Some of the best practice that I used to follow while migrating database from SQL Server 2000 to SQL Server 2005 are:
Read more…