I have a long-running C# code that needs to run when a row inserted in the SQL Server Table.
I have tried "Service Broker" to trigger a store procedure, but it can't help me completely because there are required to create a excel file and some more complex logic.
How can I setup Microsoft SQL Server Management Studio 2016 to execute my code.
Thanks!