How can I impose column level security?You can set up security on column level:
GRANT
{ ALL [ PRIVILEGES ] | permission [ ,...n ] }
{
[ ( column [ ,...n ] ) ] ON { table | view }
| ON { table | view } [ ( column [ ,...n ] ) ]
| ON { stored_procedure | extended_procedure }
| ON { user_defined_function }
}
TO security_account [ ,...n ]
[ WITH GRANT OPTION ]
[ AS { group | role } ]
Showing posts with label impose. Show all posts
Showing posts with label impose. Show all posts
Friday, February 24, 2012
Subscribe to:
Posts (Atom)