How to Set Alter table rights for db user

  • Hi,

    Is there any solution to give Alter table rights to database user for a particular table not for whole Database?

    Means, there is one user for database and he want to dyanamically add columns to table through code. Then how can I set permissions him for adding new columns into table.

    I do not want to set that user as db_owner Database Role. Because of this he can perform any activity in Database.

    If there is any solution, help me.

    Thanks.

    Sachin Bhaygude


    Sachin Bhaygude

  • You cannot give the user ALTER TABLE rights on just one table, but you can give them db_ddladmin instead of db_owner.


    Cheers,
    - Mark

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

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