Reporting
Creating reports on data is an important part of any business and Workflow provides a reporting database for you to install that is specially designed to facilitate reporting and analysis. You can use any valid reporting tool with the reporting database and you have the flexibility to design your own ad-hoc reports.
After you install the reporting database, you can synchronize it with your production database so that you can run reports on up-to-date data.
For information on setting up database replication, visit the Microsoft Developer Network website and review the article, SQL Server Replication.
When upgrading the application, if you are using a replicated database and have replication turned on, you must turn it off, upgrade, and then turn it on again. You must also upgrade the replicated database.
Synchronization SQL Statements
sp_configure 'max text repl size', 2147483647
GO
RECONFIGURE
GO