Prevent SQL Server table operations (INSERT and DELETE) on some tables
5 answers
As mentioned, this needs to be set in Roles.
Here is a helpful link to Understanding Roles in SQL Server 2000
+1
a source to share
Roles are best practice. However, if you cannot / won't use roles, you can use triggers, see this answer: SQL Server Query Editors - Any warnings about the number of rows to change?
0
a source to share