Hello, Is it possible to do the following:Disallow permission to write to a table (either by UPDATE or INSERT) but allow EXECUTE permission on a Function that writes to the table ?
The reason I want to do this is so that I can perform certain checks on the data that is being written before I allow it to be written.
Cheers DayoJ