I want create a role in SQL server 2008, which will allows specific group of users to have update permissions on all the tables in a specific database.
I tried using tha management studio GUI, but i have so many tables in that and its tough to select on by one and assign update access.
Could some please tell me a way to write the script or a sample script that will make my life easier.
Your help is much appreciated.
Thank you in advance.
I want create a role in SQL server 2008, which will allows specific group
Share
Use the db_datawriter role for “write on all tables”