Skelta Workflow.NET Help
Using Database Scripts to Create Database Tables

Two database scripts are automatically created for each Database type (SQL Server, Oracle etc.) when Skelta is installed. They are located in the corresponding folders in C:\Program Files\Skelta\Workflow.NET\DatabaseScripts folder. You need to run both the scripts corresponding to the database in your installation before you can use Skelta Workflow.NET.

To create the Database Tables

1.  Browse to the DatabaseScripts folder corresponding to your database type – SQL Server or Oracle. Make sure that the two Database scripts – Resource.sql and Workflow.NET.sql, are there.

2.  In SQL Server, open the Query Analyzer.

3.  In the Query Analyzer open both scripts and run them one after the other.

This creates the SQL Server database tables required by Skelta Workflow.NET.

4.  In Oracle, open the Query Analyzer.

5.  In the Query Analyzer open both scripts and run them one after the other.

This creates the Oracle Server database tables required by Skelta Workflow.NET.