You must install and configure Microsoft SQL Server, version 6.5 or later, on the Windows server machine before you install Database Connectors for MSSQL on the client machine. Follow the instructions from your RDBMS vendor.
MS_INST.CMD is the batch file supplied by Micro Focus that creates the stored procedures necessary for using Database Connectors.
MS_INST LockDatabase
where LockDatabase is the database you want to use for the internal lock tables; this does not need to be an existing database, as one will be created, if required, in the next step. However, you must ensure the required Database Connectors users have write access to this database.
Executing this command produces a MS_INST.SQL file.
When complete, the stored procedures necessary for the MSSQL connector are installed.
This completes the setup on the Windows server machine.
It can be difficult to maintain multiple copies of stored procedures; therefore, we recommend that you continue to create the stored procedures in the same database. If your installation does not permit this, you do have the flexibility to create the stored procedures elsewhere. However, to facilitate maintenance of the stored procedures, we recommend that you create as few databases as possible.