Is it possible to create a table in a user database that only allows one stored procedure to add rows to it? I want to create a audit/log table that is UNTOUCHABLE and don't want anybody, including the SA, to be able to modify its structure or data in any way once it is in operation.
thanks in advance,
Billy