Wednesday, August 5, 2009

What is an INSTEAD OF trigger ?


It is a trigger which is executed "INSTEAD OF" a TSQL statement. The main use of it is it enables views to support updates which are not updatable otherwise.


www.codecollege.NET

No comments:

Post a Comment