FlowWright’s Workflow Database Creation Guide

Last published at: June 29th, 2021

FlowWright's default database is Microsoft SQL Server, FlowWright supports the following databases:

  • Microsoft SQL Server
  • Microsoft Azure 


Microsoft SQL Server Workflow Database Setup 

  1. If you don’t have a SQL server, download Microsoft SQL Server express for free using the following link
  2. Connect to the SQL Server instance using Enterprise Manager or Visual Studio
  3. Create a new database called "FlowWright"
  4. Execute the following database script file: FlowWright-MSSQLServer.sql from the directory: C:\inetpub\wwwroot\cDevWorkflow\DBScript
  5. Change the connection string within the file connections.config located at: C:\inetpub\wwwroot\cDevWorkflow\bin

    *Do not change the connection name
  6. Make sure to start the FlowWright engine services


Windows Azure Database Setup

  1. If you do not have a Microsoft Azure, please signup using the following link
  2. Connect to the Microsoft Azure instance using Enterprise Manager or Visual Studio
  3. Create a new database called "FlowWright"
  4. Execute the following database script file: FlowWright-MSAzure.sql from the directory: C:\inetpub\wwwroot\cDevWorkflow\DBScript
  5. Change the connection string within the file connections.config located at: C:\inetpub\wwwroot\cDevWorkflow\bin 

    *Do not change the connection name 
  6. Make sure to start the FlowWright engine services