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?
Comments
1 comment
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.
Please sign in to leave a comment.