how i can Trrigger C# Method when any row added to or deleted from sql server data base??
hi , i have problem , my problem is to Invoke C# method in my application when any row added or deleted to my sql server data base , i have search in google and i found this URL
http://social.msdn.microsoft.com/Forums/en-US/csharpgeneral/thread/e2e42765-79d2-4520-9c10-32b6cda3e579
any help or idea or example ???
Master BillaPosted Aug 17, 2009, 11:12 PM
You can do with managed code Sql Server 2005 (SMO) run the .net code within the Sql Server.
Look here for more understanding and idea.
http://www.codeproject.com/KB/database/Managed_Code_in_SQL.aspx
thank you
abas shahenPosted Aug 18, 2009, 12:17 PM