I am making an application, I would like to be able to get a script to put data into the database, but i was wondering can i get SQL to Launch a C# application to get information from the web and return that into the database without having to interact with the SQL database.
Realistically I would like the operation to run like so:
Query -> Launch c# -> input the data to DB
but i would like this all to work from the initial procedure, is something like this possible?