Here I asked what are permissions to read database diagrams: SQL Server: permissions to read database diagrams
Suggested answer is "db_owner" role... But in this case user will OWN DB.
Is it possible to provide read-only access to DB without granting any kind of 'update/modify' rights?
Thanks.