Hello, in SQL 2000 using Mix Mode security, I have a Windows group Developers. Under Security\Logins for Develpoers
- Checked the Database Access for the database they need
- No Server Roles selected
- Permit in Database Role are: Public, db_datareader, db_denydatawriter
The users can still insert into tables. So as a test I went to the database\users\properties\permissions:
- Checked SELECT
- deny INSERT, UPDATE, DELETE (red X)
The user can still insert into the table.
I even added a user and denied as above and he still could insert.
What am I doing wrong?
Thank you,
djj
- Checked the Database Access for the database they need
- No Server Roles selected
- Permit in Database Role are: Public, db_datareader, db_denydatawriter
The users can still insert into tables. So as a test I went to the database\users\properties\permissions:
- Checked SELECT
- deny INSERT, UPDATE, DELETE (red X)
The user can still insert into the table.
I even added a user and denied as above and he still could insert.
What am I doing wrong?
Thank you,
djj