Skip to main content
Question

Deploy case sensitive database

  • November 10, 2025
  • 3 replies
  • 31 views

Hi,

I was wondering if somebody has ever deploy a case sensitive database for their Acumatica instance and if yes how do you go about it.

Thanks!

3 replies

darylbowman
Captain II
Forum|alt.badge.img+15

Could you elaborate on what a ‘case-sensitive’ database is?


  • Author
  • Freshman I
  • November 11, 2025

@darylbowman, in a case-sensitive database, the system treats uppercase and lowercase letters as different characters. The Sales demo database is by default a case-insensitive database (the system treats uppercase and lowercase letters as equivalent). To be able to test something I’m working on, I would need a case-sensitive dtabase.

I hope it clarifies the ask :)


darylbowman
Captain II
Forum|alt.badge.img+15

Not really understanding the context of your question, assuming your database is MS SQL Server, I believe you can use collation to craft a case-sensitive query as well as possibly changing the default case-insensitive behavior on a particular column or table.

Could you provide more details for someone who possibly has more experience with such a requirement?