Creating MSSQL Database
-
If using MS SQL Server, create schema (preferably lqtweb) using the default collation
SQL_Latin1_General_CP1_CI_AS.
- Create lqtadmin user (password = lqtadmin1).
- Log on with lqtadmin and run the NewInstall.sql scripts for MSSQL server using SQL Server Management Studio.
Previous topic: Creating an Oracle Database
Next topic: Apache Tomcat Java Configuration