Warning, file /sdk/codevis/thirdparty/soci/scripts/windows/mssql_db_create.sql was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 IF db_id('soci_test') IS NULL BEGIN CREATE DATABASE [soci_test] END;