-
Open a Command Prompt dialog box (terminal window on Linux).
-
Navigate to the following directory:
<SEE_install_dir>/<os_dir>/reffiles/SMAFIPserver/db/mssql/
where <os_dir> is one of the following:
-
/win_b64/ for Windows 64-bit
-
/linux_a64/ for Linux 64-bit
-
Type one of the following commands, based on your operating system.
Enter information for Microsoft SQL Server database like
Server Name ,
Instance Name (Optional,
Note: if more than one Microsoft SQL Server versions installed on machine, it requires
Instance Name
else keep it blank),
Port number , Database name ,
User Name , and Password .
-
Windows: createtables
-
Linux: ./createtables
-
Verify correct script operation by examining the
createtables.log file,
which is located in the same directory as the createtables command itself.
|