back to top

Sysdba SQL login for Infor CRM Database

When using a local installation of Infor CRM software, you will need to set up a SQL server to host the Infor CRM database.  When doing so, you must set up a SQL login for Infor CRM to use.  Best practice for Infor CRM is to name this login sysdba, to match to owner of the sysdba schema in the Infor CRM database.  When you create the sysdba login in SQL, it needs no special roles.  Just the default Public role works fine.  In fact, if you give sysdba the System Admin role, you will be unable to log in to Infor CRM.

sysdba sql roles

When you actually load an Infor CRM database on the SQL server, you must “link up” the SQL server sysdba user with the sysdba user in the database.  The easiest way to do this is with the SQL command:

sp_change_users_login 'Update_One', 'sysdba', 'sysdba'

This will allow Infor CRM to access the database with it connects to SQL with the sysdba SQL user.  This command needs to run each time an Infor CRM database is restored to the server.

It is possible to use a different SQL account, if necessary.  Just make sure to only give the Public role to that SQL user, and replace the second ‘sysdba’ in the SQL  command with the SQL users you are using instead.  For example, if I were using the SQL login “slx_account” as the user CRM will log in with, I would use the command:

sp_change_users_login 'Update_One', 'sysdba', 'slx_account'
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