Hi Experts,
I have an SQL server table (ID, URL, Testing Result) that stored hyperlinks (URL) for different websites and I have a C# code that will check each URL if it's working or broken.
My question is:
How to trigger this code inside the SQL server and write the result of each URL in the same table? Keeping in mind that I have more than 4000 URLs.
Please explain me the steps one by one and thanks in advance.
Harreni