Grant access to the extended properties of a sql server database
Posted
by Pierre-Alain Vigeant
on Server Fault
See other posts from Server Fault
or by Pierre-Alain Vigeant
Published on 2010-03-12T21:15:51Z
Indexed on
2010/03/12
21:17 UTC
Read the original article
Hit count: 418
sql-server-2008
|security
In Sql Server 2008,
Our database uses an extended properties. We noticed that a user that does not have the sysadmin role cannot read any extended properties.
What access should be granted to allow a user that has the public role to read the extended properties?
© Server Fault or respective owner