Wiki

Scale Your Enterprise

User Tools

Site Tools


versago:create_forms_database

This is an old revision of the document!


Create Versago Database for Forms

Third Wave recommends that a separate database be created for use with Versago Forms. The default name for this database is “VersagoData” but it can be named anything that is appropriate for your environment. Creation of this database is typically done by an administrator that has access to SQL Server Management Studio.

To create this database:

  1. Open SQL Server Management Studio.
  2. Open a “new query” window.
  3. Copy the following text and paste it into the query window.
    1. Change the text within the brackets [ ] if you want to use a different database name
  4. Press F5 to execute the command.
  5. You should see a “Command(s) completed successfully” message displayed. The database that can be used to hold data captured in Versago forms has been created.
CREATE DATABASE [VersagoData]
GO
versago/create_forms_database.1564679443.txt.gz · Last modified: 2019/08/01 13:10 by runger