
Microsoft Windows Workflow Foundation 4.0 Cookbook
By :

In real-world applications, to make sure the performance meets requirements, it is recommended to use a database as the workflow persistence store. WF4 has a built-in SQL persistence store type. All we need to do is some configurations.
SQL Server (include express edition) 2005/2008 is needed to perform this task.
Create a workflow project:
Create a new Workflow Console Application under solution Chapter06
and name the project as ConfiguringSqlPersistenceStore
.
Set up a persistence database:
We can find SQL scripts in %WINDIR%\Microsoft.NET\Framework\v4.xxx\SQL\EN
. In this folder, only two files are needed: SqlWorkflowInstanceStoreSchema.sql
and SqlWorkflowInstanceStoreLogic.sql
.
We first execute SqlWorkflowInstanceStoreSchema.sql
and then execute SqlWorkflowInstanceStoreLogic.sql
. We can execute these SQL files in Visual Studio or SQL Server Management Studio. I would prefer to write a batch file to do all these steps....
Change the font size
Change margin width
Change background colour