AFAIK you can't manually call a trigger. You could simply update a row with the same values which would cause the UPDATE trigger to fire, but its hacky. What are you trying to do?
On Wed, Oct 6, 2010 at 1:16 PM, srihari k <[email protected]> wrote: > hi, > > How to call sql server triggers in .Net code ( c# or Asp.net ) and make it > fire ? > > Thanks in advance > > Regards, > Srihari.Patnaik >
