Is it possible to create a SQL SERVER Job which automatically send a HTTP Request at specified intervals?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes, you can use the SQL Server CLR to create the function you need.
Introduction to SQL Server CLR
You can also enable sql server cmd shell and run something like curl to send the request. This is nothing I would recommend though.
Download Curl