I'm trying to asign permissions to users on tables.
I've been using Querys like:
DENY DELETE ON [Schema].
TO [User Name]
GO
Then the "Query Excecuted Succesfully" is shown.
When the user not allowed to delete is connected. He can Delete! Rows from the table he is supoused not allowed to Delete.
In other words the query does not do what it supoused to.
Does any one know what is the procedure to assign permissions to users?
I Don't know if I'm doing something wrong.
Thanks in advanced.
I've been using Querys like:
DENY DELETE ON [Schema].
GO
Then the "Query Excecuted Succesfully" is shown.
When the user not allowed to delete is connected. He can Delete! Rows from the table he is supoused not allowed to Delete.
In other words the query does not do what it supoused to.
Does any one know what is the procedure to assign permissions to users?
I Don't know if I'm doing something wrong.
Thanks in advanced.