I am trying to implement user defined roles in my SQL Server 2000 database and am experiencing difficulties denying delete permission from users.
I have set up a role with myself as the only member and have set it to allow select and insert permissions and deny delete permissions on a single table in the database. I have also denied public the ability to delete from theis table. I do not belong to any other groups but I am still able to delete records from this table. Can anyone help me on this.
#
Thanks
Steph
I have set up a role with myself as the only member and have set it to allow select and insert permissions and deny delete permissions on a single table in the database. I have also denied public the ability to delete from theis table. I do not belong to any other groups but I am still able to delete records from this table. Can anyone help me on this.
#
Thanks
Steph