Re: Confused about ListUserColumnPermissions
From: Sue Hoegemeier (Sue_H@nomail.please)
Date: 11/05/02
- Next message: Ricky Artigas: "Re: Database securing problem"
- Previous message: B Andrei: "Re: Database securing problem"
- In reply to: Garrett Fitzgerald: "Re: Confused about ListUserColumnPermissions"
- Next in thread: Garrett Fitzgerald: "Re: Confused about ListUserColumnPermissions"
- Reply: Garrett Fitzgerald: "Re: Confused about ListUserColumnPermissions"
- Reply: Garrett Fitzgerald: "Re: Confused about ListUserColumnPermissions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: Sue Hoegemeier <Sue_H@nomail.please> Date: Tue, 05 Nov 2002 06:50:47 -0700
Don't know of something that just returns an and every
column denied so you may have to write your own. Other means
of obtaining column level permissions would include querying
the view information_schema.column_privileges and executing
the stored procedure sp_column_privileges. You can also get
information from the permissions function and
sp_helprotect.
-Sue
On Mon, 04 Nov 2002 22:21:22 -0800, Garrett Fitzgerald
<gfitzger@nyx.net> wrote:
>Sue Hoegemeier <Sue_H@nomail.please> wrote in
>news:53besusted6oq0h0h6r80da878ujbg52d7@4ax.com:
>> Yes...that's how it will work. ListUserColumnPermissions
>> enumerates through explicit permissions only.
>
>Well, what I'm trying to do here is disable any fields on the front end
>that aren't allowed to be updated on the back end. Is there a call which
>_will_ tell me everything that is DENYed?
- Next message: Ricky Artigas: "Re: Database securing problem"
- Previous message: B Andrei: "Re: Database securing problem"
- In reply to: Garrett Fitzgerald: "Re: Confused about ListUserColumnPermissions"
- Next in thread: Garrett Fitzgerald: "Re: Confused about ListUserColumnPermissions"
- Reply: Garrett Fitzgerald: "Re: Confused about ListUserColumnPermissions"
- Reply: Garrett Fitzgerald: "Re: Confused about ListUserColumnPermissions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|