コミュニティ

DB configuration 回答済み

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?

 

この記事は役に立ちましたか?

0人中0人がこの記事が役に立ったと言っています

コメント

1件のコメント

  • 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

サインインしてコメントを残してください。