Avatar of Harreni
Harreni
Flag for Saudi Arabia

asked on 

Trigger C# code inside the SQL Server

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
C#Microsoft SQL Server

Avatar of undefined
Last Comment
Harreni

8/22/2022 - Mon