SQL CLR: Difference between revisions

Content deleted Content added
ArmbrustBot (talk | contribs)
m External links: re-categorisation per CFDS, replaced: Category:.NET framework → Category:.NET Framework using AWB
Scareth (talk | contribs)
mNo edit summary
Line 4:
 
*[[Stored procedure]]s (SPs) which are analogous to ''procedures'' or ''void functions'' in procedural languages like VB or C,
*[[Database trigger|triggersTriggers]] which are stored procedures that fire in response to [[Data Manipulation Language]] (DML) or [[Data Definition Language]] (DDL) events,
*[[User-defined function]]s (UDFs) which are analogous to functions in procedural languages,
*[[User-defined aggregate]]s (UDAs) which allow developers to create custom aggregates that act on sets of data instead of one row at a time,