>I have a MSSQL 2000 SP4 server.
>I need to disable ability to create database diagrams for users.
>How can I do this?
User is not db_owner and not in sysadmin,
there are no permissions to public database role,
but he is still able to create diagrams.
I want to get "You do not have sufficient privileges to create the new
diagram." message,
when user trying to creaate diagram.
> To create a diagram, they would need to be the database
> owner or a member of the db_owner role (or a sysadmin).
[quoted text clipped - 5 lines]
>
> -Sue
Sue Hoegemeier - 27 Oct 2006 00:52 GMT
Check the permissions on the objects listed in the article.
-Sue
>User is not db_owner and not in sysadmin,
>there are no permissions to public database role,
[quoted text clipped - 13 lines]
>>
>> -Sue