Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

multiple row updates in trigger

Status
Not open for further replies.

TED172

Programmer
Feb 8, 2001
4
US
Hi FORUM,
can any body help me to implement 'trigger for each row concept' like in oracle to be implemented in Sql server.

Ex:-
In my update statement i update 1000rows. I want piece of code in trigger to be used for all the rows got updated.
Triggeri s being fired only once.
I want the trigger to be fired for every row being updated or inserted or deleted.

Any ideas or suggestios is helpful

Thanks
Ted
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top