I would like to give a user permissions to modify tables, but not through T-SQL. I want this user to be able to right click the table, and modify.
DDLAdmin does give the user this right, but only through scripting. I want to avoid T-SQL as this user is not familair with the code
Hope you can help me.