Community

DB configuration Answered

Hi, all

Please help us to check what DB user permissions level are need for the application to work after the database is created.  

 

Is the password for the DB process id stored encrypted?  If it’s not encrypted, please guide us how to implement it to use  the DB process id stored encrypted?

 

Was this article helpful?

0 out of 0 found this helpful

Comments

1 comment

  • Avatar
    Permanently deleted user

    Hello,

    On the SQL database level you may find the “dbo.Principal” table. The table keeps information about users and their permissions. The password is stored in the encrypted view.

    0

Please sign in to leave a comment.