Hello,
I am planning to use dll in SQL triggers. For that I need to use SqlContext.TriggerContext
, but I am new to this concept.
My requirement is simple, I have one SQL table named reg_key. In that I have sl_no and Name columns whenever data inserts or updates to those columns I want to get notified with column names and updated/inserted values.
How can I do this ?
C# or vb.net ok for me.
Please help me.