Hi,
I want to be able to restrict the updates done to various columns within a table to a role, so the permissions apply to all users within the role.
This table resides in a Schema called Test but using either:
GRANT INSERT, UPDATE ON [Test].[TestTable](Stuff1, Stuff3) TO [Testers]
GO
or...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.