Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Permissions down to a column object level

Status
Not open for further replies.

Sandi

Programmer
Oct 25, 2000
2
US
Is there a way in SQL Server to give only certain users the access to modify a column in table?
 
Actually, I ended up using 'DENY UPDATE ON tablename(columnname) TO user' and this worked to deny access to modify one column in a table to a user.

Thanks for your help.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top