T-SQL

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to grant updated privileges to a column only, but I can't get the
syntax right.

grant update columnname on tablename to username

gives me syntax error.
I seem to have a problem in naming my column. Can anyone give me the correct
syntax?
 
Back
Top