Rohtash Kapoor posted on June 11, 2010 15:18

SQL Server Reporting Services Database Setup Issue
If you install the Reporting Services after the SQL Server is already installed, you may get the following error message when you attempt to setup the database in Reporting Services Configuration Manager.
The database version (C.0.8.40) does not match your reporting services installation. You must upgrade your reporting services database
This happens when a Service Pack is already installed on SQL Server. To resolve this issue after installing the Reporting Services, re-install SQL Server service pack. To find out the current Services Pack installed in your SQL Server, run the following command:
SELECT SERVERPROPERTY('ProductLevel')