We use an interface (programmed in c++) which creates a MSSQL Databse. I want to use this data in my own application, but want SQL Server to send it.
When a values in a specific record of a row in a table gets Created, I want to run a stored procedure and send the results back to my C# program, which will then decide what to do with that data