Feature Request: Allow SolidCP users to designate an SQL user (login) as the owner of a database. Furthermore, if the owner has been configured manually, SolidCP should show ownership, or at least show that the owner has permission on the database.
Our use case: We have disabled View Any Database permission on SQL Server 2022, to prevent users seeing other people's database names. So, when someone wants to use SSMS, they contact us to change the database owner, which we can do using the commands DROP USER and ALTER AUTHORIZATION, or sp_dropuser and sp_changedbowner. (Sometimes, first we need to change ownership of tables or other objects to dbo.)
Related topic: https://solidcp.com/forum/question/user-ms-sql-database/
Thanks!