You can do this a couple of different ways:[ol][li]If you have two separate CE environments simply point the ODBC connection on the Test Server to the Test Database. Point the ODBC connection on the Production Server to the Production Database. This is preferable because you truly have two unique environments. You can also develop to the same ODBC name, which means you won't have to change any settings when you promote your reports to Production.[/li]
[li]If your Test and Production reports resided on the same server then you'll have to have two different ODBC names, each pointing to its respective database. This means that you'll need to point each report to the Production database once its ready to be promoted.[/li][/ol]