Stupid question time - I want to set up an instead of delete trigger on a table to basically cancel any deletion attempt.
Can I just use the below or do I need to add something else?
SQL
CREATETRIGGER[dbo].[262_DEL-CustomerReturnLine]ON[dbo].[CustomerReturnLine]INSTEADOFDELETEAS