CLR Triggers (ADO.NET)

A trigger is a special type of stored procedure that automatically runs when a language event executes. Because of the Microsoft SQL Server integration with the .NET Framework common language runtime (CLR), you can use any .NET Framework language to create CLR triggers.

For more detailed information, see the version of SQL Server Books Online for the version of SQL Server you are using.

SQL Server 2005

SQL Server 2008

CLR Triggers

CLR Triggers

See Also

Other Resources

Creating SQL Server 2005 Objects In Managed Code

ADO.NET Managed Providers and DataSet Developer Center