In the context of MS SQL Server 2005
Simply put is there a way to stop delete, and update sql statements being executed against the database that don't have a WHERE clause?
Ideally it would be nice to restrict this 'blocking' to a set of users/roles.