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