Skip to main content
February 13, 2026
Solved

Encrypt Application DB tables

  • February 13, 2026
  • 1 reply
  • 0 views

Hi everyone,

Does anyone know if there is a way to encrypt tables in the Application DB? if yes, how?

Thank you for the help!

Best answer by JJones

There is not a supported method to encrypt individual application tables in the application database.

All OneStream Application Databases (and the Framework database) are encrypted using Azure SQL Transparent Data Encryption (TDE):

  • Uses AES‑256
  • Encrypts:
    • Database files
    • Backups
    • Transaction logs
  • Encryption/decryption is automatic and real‑time
  • Requires no application changes

This applies to all OneStream‑provided Azure SQL databases, including Application DBs

Hope this answers your question.

 

1 reply

JJonesAnswer
March 10, 2026

There is not a supported method to encrypt individual application tables in the application database.

All OneStream Application Databases (and the Framework database) are encrypted using Azure SQL Transparent Data Encryption (TDE):

  • Uses AES‑256
  • Encrypts:
    • Database files
    • Backups
    • Transaction logs
  • Encryption/decryption is automatic and real‑time
  • Requires no application changes

This applies to all OneStream‑provided Azure SQL databases, including Application DBs

Hope this answers your question.