I have a SQL Server 2005 database and that is effected by malicious contents on daily basis. Like links or scripts. That content is mostly added in the last of database varchar type column.
I want an instead of trigger that fires when an update query runs containing following tags:    </a> or <img or <script.
And this trigger must cancel this update query.
 
    