This forum has migrated to Microsoft Q&A. Visit Microsoft Q&A to post new questions.
How to grant only read, write access on a table in a database to a user? Is there anything i.e. grant read, write on table to user.
Thanks
Thanks.
Try:
GRANT SELECT, UPDATE, INSERT, DELETE ON MyTable TO MyUser