This is an old revision of the document!
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:
CREATE DATABASE [VersagoData] GO