I am into a Winforms application using C# and Visual Studio 2010 along with SQL Server Management Studio 2008 R2.
My application checks the previous values in the database and if the current value being inserted falls under a certain range, I need to execute a method written in C# i.e. the host language. The method actually sends E-mails to the e-mail addresses stored in the database.
Now the checking part can be easily done using a trigger but the latter is troublesome for me.
Can anyone please help me out?