Can anyone suggest how to call a c# routine from a SQL server database? Thanks
I have a SQL Server database and each time a record is inserted through an MS Access front end, I want it to call a C# routine on a web server to email users who have subscribed to each record.
Andy