On Wed, Oct 6, 2010 at 7:16 AM, srihari k <[email protected]> wrote: > hi, > > How to call sql server triggers in .Net code ( c# or Asp.net ) and make it > fire ? ------------------
Manipulate data and then you have to do the proper manipulation depending on the trigger type. You could update a column and never touch the insert trigger. -- Stephen Russell Sr. Production Systems Programmer CIMSgts 901.246-0159 cell
