Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 849 Bytes

File metadata and controls

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