Re:column level permissions
From: Vishal Parkar (vgparkar@hotmail.com)
Date: 02/18/03
- Next message: Shamim: "SQL JOB"
- Previous message: Steve Thompson: "Re: SQL 2K SP3 Error: Could Not Generate SSPI Context"
- In reply to: rick: "column level permissions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Vishal Parkar" <vgparkar@hotmail.com> Date: Tue, 18 Feb 2003 10:36:37 -0800
If you want assign permission only to insert into specific
columns you can create a view with the required columns
and grant insert permission on that view to users. Make
sure all other columns are nullable or if they have not
null constraints on it then has some default values.
--Vishal.
>-----Original Message-----
>Users on a database want to be able to write to one
>specific column in a table that they currently only have
>read access. How would I give them permissions to just
>that column, without give write permissions to the whole
>table? Do I use the GRANT statement?
>
>Thanks,
>Rick
>.
>
- Next message: Shamim: "SQL JOB"
- Previous message: Steve Thompson: "Re: SQL 2K SP3 Error: Could Not Generate SSPI Context"
- In reply to: rick: "column level permissions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|