back to top

Install SQL for Infor CRM SLX

While I have mentioned SQL from time to time, it has usually been in reference to a specific issue.  Today I am I am going to talk about some of the things to keep in mind if you are performing a new SQL install for a new Infor CRM SLX server.  While I am no SQL guru, I have installed it quite a few times, and am familiar with the SQL options needed to get Infor CRM SLX to work properly.

Most folks using older versions of Infor CRM SLX (8.3 and earlier) generally use SQL 2012 or 2014, while folks on more current versions (8.4 and later) generally use SQL 2016 or 2019.  Check the compatibility matrix at Support.Infor.com to verify precising which versions of SQL will work with you version of CRM.  Unless you have some reason to use an older version of SQL, I would suggest using the most recent version that is compatible.  Note that if your database is small enough (comfortably less that 10GB), you could get by with SQL Express, which is free.  Any larger, and you will need the full licensed version of SQL.

When you actually run the SQL install, choose a new stand-alone installation, and then Agree and Next through several screens.  You will eventually get the screen where you are choosing what features to install.  The only features that are required by CRM are the SQL Engine and Replication.  You are free to add any other desired features, and you will definitely want to include the Management Console if some version of it is not already installed.  The next screen will ask you to name the SQL instance.  If this will be the only version of SQL on the server, you can just leave this at the default.  If you are installing multiple versions of SQL, I would suggest naming the instance after its version of SQL  (SQL2014 in the example shown).

Install SQL 2014 Instance

As the next step in the install, you will be asked to select the authentication mode and set the password for the SA account.  You will need to choose mixed authentication mode, as that mode is required to set up the sysdba account CRM uses.  Feel free to add whatever other users you need to administrate SQL, but these will not affect CRM.  Then click Install and let the install run.

Now that SQL has been installed, you need to log in and create the sysdba user.  Log in to your new SQL instance, expand Security, and right click on Logins.  Choose New Login, and a window will pop up allowing you to create the sysdba login.  Give it that username, the password of your choice, and uncheck Enforce Password Policy (to make sure it does not expire).  Click OK to create that login, and your SQL instance ready to be set up with a CRM database.  (Note: do not give sysdba any additional server roles beyond the default Public role.  Giving it any other roles will cause issues with CRM’s database connection.)

Create Sysdba user

Contact Customer FX for your CRM project
We let our expertise speak for itself - let us know how our all-star team can help on your CRM project
About the Author

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Infor CRM Sync for Exchange: Action Required by August 31, 2026

Using Infor CRM Sync for Exchange with Microsoft 365? Your Exchange administrator must update tenant settings by August 31, 2026 to prevent sync disruption.

[Webinar] What’s Coming Next for Infor CRM SLX and Why v10 Matters

See what’s coming next for Infor CRM SLX, including new marketing workflows, automation improvements, and reasons to consider upgrading to v10.

Disable Caching in Infor CRM SLX Web Client

In the rare case caching is causing issues in the Infor CRM SLX web client, it is possible to disable specific types of caching by making edits using Application Architect, and then deploying.

Exploring AI Options for Infor CRM v10

I've started taking a closer look at the AI capabilities built into Infor CRM v10. Over the next several posts, I'll share what I learn. From the built-in features and supported AI providers to implementation considerations, costs, and practical use cases.

Infor CRM SLX 10.0: Delegate Ownership Changes for “Everyone” Records

Learn how the new EveryoneOwnerAssignment secured action in Infor CRM SLX 10.0 allows designated users to change ownership of Everyone-owned records without requiring Administrator access.

Related Articles

Infor CRM Sync for Exchange: Action Required by August 31, 2026

Using Infor CRM Sync for Exchange with Microsoft 365? Your Exchange administrator must update tenant settings by August 31, 2026 to prevent sync disruption.

[Webinar] What’s Coming Next for Infor CRM SLX and Why v10 Matters

See what’s coming next for Infor CRM SLX, including new marketing workflows, automation improvements, and reasons to consider upgrading to v10.

Disable Caching in Infor CRM SLX Web Client

In the rare case caching is causing issues in the Infor CRM SLX web client, it is possible to disable specific types of caching by making edits using Application Architect, and then deploying.

Exploring AI Options for Infor CRM v10

I've started taking a closer look at the AI capabilities built into Infor CRM v10. Over the next several posts, I'll share what I learn. From the built-in features and supported AI providers to implementation considerations, costs, and practical use cases.

Related Videos