column level permission

  • hi,

    how the permissions can be granted on some specific columns of a table?

    Regards,

    Anil kumar

  • GRANT SELECT ON dbo.SampleTable(Column1) TO User1

    Cheers, Max

    Check-out free open-source utility Sql Server Replication Explorer[/url]
  • [font="Times New Roman"]

    I was doing all that by creating a view on specific table columns then assigning permission on view.

    Thanks a bunch for your valuable suggestion.

    Best Regards,

    Anil Kumar

    Infosys

    [/font]

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply