Create Database
- Supports MS SQL Server 2005, 2008, possible express version
- Change src/sql/setConnectivity.cmd with you needs:
- DBMS_SERVER - address of your sql server;
- STAGING_DATABASE_NAME - name of Database, which will be created by script;
- STAGING_DATABASE_USERNAME, STAGING_DATABASE_PASSWORD - user name and password for created database;
- STAGING_DATABASE_OS_FILEPATH - path for physical location of file with database.
- Execute src/sql/create/run_all.cmd. Script drop preview version of database and created new version;
- If you change something, you need change connection string in src/dotnet/DataAccess/hibernate.cfg.xml .