Solve Problems with CRM Server, Part 1
When you copy the CRM Database to another SQL Server, or using the Redeployment Wizard, the following Error can occur:
Setup detected a version mismatch between the specified database and the current product.
The Version of Your Microsoft CRM Database is Lower Than Expected
Cause
Setup has detected that the version of your current Microsoft CRM 1.2 database does not match the version required.
The solution is very easy.
Run the following SQL Script against the “*Companyname*_MSCRM” Database
Update BuildVersion set Revision = 9 where BuildNumber = 5300
So we say that the Database is a right Microsoft CRM 3.0 Database, but this only works with a real Microsoft CRM 3.o Database.

