This document summarizes Fernando Guerrero's presentation on using INSTEAD OF triggers in SQL Server 2000 to make non-updateable views updateable. The presentation covers: what INSTEAD OF triggers are and how they work; the difference between updateable and non-updateable views; how to use INSTEAD OF triggers to make a view updateable by having the trigger modify the underlying tables instead of the view; and some examples of applying this technique for vertically partitioned tables, horizontally partitioned tables, computed columns, and summary data.