I have given a user rights to db_datareader and db_datawriter.
I have then created a new role with permissions deny delete and grant create views.
When i tried to create a view it gave the following error: The specified schema name "dbo"
> either does not exist or you do not have permission to use it.
Then i granted alter any schema right on my new role - then i could create a view no problem but i can still delete tables even though i have deny delete rights ??
Any solution to this?