Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.databases.ms-sqlserver > #1633
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!eternal-september.org!feeder.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail |
|---|---|
| From | Erland Sommarskog <esquel@sommarskog.se> |
| Newsgroups | comp.databases.ms-sqlserver |
| Subject | Re: Extended property permissions |
| Date | Fri, 20 Dec 2013 23:01:03 +0100 |
| Organization | Erland Sommarskog |
| Lines | 16 |
| Message-ID | <XnsA29CEA25865ADYazorman@127.0.0.1> (permalink) |
| References | <l91ve1$4cs$1@news.albasani.net> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=windows-1252 |
| Content-Transfer-Encoding | 8bit |
| Injection-Info | mx05.eternal-september.org; posting-host="fd3d6d0229f14a752f017d8f9903addd"; logging-data="6814"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+AAP3wP6y9EBs609u4xiyM" |
| User-Agent | Xnews/2006.08.24 Mime-proxy/2.1.c.0 (Win32) |
| Cancel-Lock | sha1:w14IFUkiup4EODneV5poX5ueZyM= |
| Xref | csiph.com comp.databases.ms-sqlserver:1633 |
Show key headers only | View raw
Marco (noreply@no.reply) writes: > In my SQL Server database (2008 R2), I have several extended > properties, one of which I want to give a specific user the > ability to read and update it. Does anyone know if it would be > possible to do that with sp's or views? I don't want the user > to have r/w access to any of the other extended properties, > just this one. Thanks To modify the extended properties of an object, the user needs to have ALTER or CONTROL permission on the object. (According to the topics for sp_addextendedproperty and sp_updateextendedproperty in Books Online. -- Erland Sommarskog, Stockholm, esquel@sommarskog.se
Back to comp.databases.ms-sqlserver | Previous | Next — Previous in thread | Next in thread | Find similar
Extended property permissions Marco <noreply@no.reply> - 2013-12-20 09:40 -0800
Re: Extended property permissions Erland Sommarskog <esquel@sommarskog.se> - 2013-12-20 23:01 +0100
Re: Extended property permissions Marco <noreply@no.reply> - 2013-12-20 14:26 -0800
Re: Extended property permissions Erland Sommarskog <esquel@sommarskog.se> - 2013-12-21 00:01 +0100
csiph-web