|
The INSERTED and DELETED tables, popularly known as MAGIC TABLES, and update () and columns_updated() functions can be used to determine the changes being caused by the DML statements. Note that the Magic Table does not contain the information about the columns of the data-type text, ntext, or image. Attempting to access these columns will cause an error.
This answer was posted at dotnetspider
Reference URL:
http://www.dotnetspider.com/kb/Article1733.aspx
|