Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 849 Bytes

trigger-functions-transact-sql.md

File metadata and controls

27 lines (20 loc) · 849 Bytes
title description author ms.author ms.date ms.service ms.subservice ms.topic dev_langs
Trigger Functions (Transact-SQL)
Trigger Functions (Transact-SQL)
MikeRayMSFT
mikeray
03/08/2017
sql
t-sql
reference
TSQL

Trigger Functions (Transact-SQL)

[!INCLUDE SQL Server Azure SQL Managed Instance]

The following scalar functions can be used in the definition of a trigger to test for changes in data values or to return other data.

In This Section

COLUMNS_UPDATED

EVENTDATA

TRIGGER_NESTLEVEL

UPDATE()