Creating WebDocs SQL Server Database Manually
From Support
1.) Start Microsoft SQL Enterprise Manager
2.) From menu, select Tools/SQL Server Query Analyzer
3.) From the SQL Query Analyzer, type in the following SQL to create WebDocs database:
create database webdocs
Press the green play button to create the database.
4.) From the DB pulldown, select the "webdocs" database or <refresh> if the database doesn't show and then repeat the "webdocs" select process.
5.) Select the File/Open icon to load the following SQL script file: c:\program files\webdocs\install.sql
Note: If you are prompted to save changes, select No.
6.) Once the SQL script has been loaded, verify that "webdocs": is selected for the database.
7.) Press the green play button to create the tables and stored procedures in the WebDocs database.
