Does anyone know, how to give full permissions to a table in a database in SQL SEVER? Example: I have the user: tests_1 and I want him to only have full permissions to the table [GUIDES] of a database, so he can do (insert, delete, update, select).
If someone can help me please.
Thank you.