The documentation says: "To limit visibility to database metadata, deny a login the VIEW ANY DATABASE permission. After this permission is denied, a login can see only metadata for master, tempdb, and databases that the login owns".Why can't a login see metadata to and only to the databases it has connection rights (CONNECT SQL permission)?This should be the behaviour if you deny VIEW ANY DATABASE permission.
↧