Invoking trigger on dml event

Asked By 20 points N/A Posted on -
qa-featured

If I use a hardware/software: sql server 2008, How do I invoke the trigger on dml particular record?

SHARE
Answered By 0 points N/A #103368

Invoking trigger on dml event

qa-featured

Hello Philippe So, after CREATE table and giving tablename, entity their type and no. of characters(width) etc, CREATE TRIGGER and AFTER INSERT AS and INSERT some data into the created table. Now simply suppose you have created the trigger to fire on deletion of multiple rows. By simply using DELETE trigger for the multiple records. This is how the trigger invokes when you SET it on the event you what to tackle with the manageable way.

Hope this helps you a bit and if you could provide the details about the trigger for the event might help you with full ease.

Related Questions