Quantcast
Channel: Microsoft SQL Server
Viewing all articles
Browse latest Browse all 4871

Write SQL query in dll

$
0
0

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.


Viewing all articles
Browse latest Browse all 4871

Trending Articles