Configuring Microsoft SQL Server
To configure Microsoft SQL Server for Maximo® Manage, you create table spaces, create a database user, and configure database settings.
Before you begin
For information about configuring Microsoft SQL Server, review the Microsoft SQL Server product documentation.
See the following guidelines for configuring the database:
- If the original database was created in a version earlier than Microsoft SQL Server 2019, set the compatibility level to the older version to maintain the execution plan.
- Set the transactions isolation level by using the following
commands:
ALTER DATABASE MyDatabase SET ALLOW_SNAPSHOT_ISOLATION ON ALTER DATABASE MyDatabase SET READ_COMMITTED_SNAPSHOT ON
For information about supported database versions, you can generate a Software Product Compatibility Report. Search for IBM® Maximo Application Suite and select the suite version to generate the report. Check for the supported database versions in the Supported Software tab of the report.
Procedure
What to do next
Gather the following information for your database:
- The host and hostname.
- The port.
- The database name.
- The username and password for the database user. These values are created as part of configuring the database.
- The table space, index space, and schema values. These values are created as part of configuring the database.