Click here to Skip to main content
15,884,177 members
Articles / Database Development / SQL Server

Brief about Triggers in SQL Server 2000

Rate me:
Please Sign up or sign in to vote.
3.15/5 (36 votes)
17 Jun 20046 min read 286.9K   55  
A trigger is a database object that is bound to a table. In many aspects, it is similar to a stored procedure. As a matter of fact, triggers are often referred to as a "special kind of stored procedure".

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

No alternatives have been posted.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
United States United States
MCSD.NET + MCAD.NET + MCP + OCA

Comments and Discussions