These instructions will help you connect TermWeb to a Microsoft SQL Server 2012 database.

1. Create and Configure the SQL Server Database

  1. Create a database for TermWeb to store data in (e.g. termwebdb). 
  2. Create a database user which TermWeb will connect as (e.g. termwebuser), with permissions for the database.
  3. Ensure that TCP/IP is enabled on SQL Server and listening on the correct port (which is 1433 for a default SQL Server installation).
  4. Ensure that SQL Server is operating in the appropriate authentication mode. 
  5. Execute the termweb_sqlserver.sql file from the installation package
  1.