Can i do http request via the custom function which created by clr?

mitaraiqueen 21 Reputation points
2020-09-01T14:59:17.37+00:00

Can i do http request via the custom function which created by clr?

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,171 questions
Transact-SQL
Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,590 questions
0 comments No comments
{count} votes

1 additional answer

Sort by: Most helpful
  1. Yitzhak Khabinsky 25,721 Reputation points
    2020-09-01T16:13:33.167+00:00

    Yes, it is possible via multiple methods:

    • CLR
    • Out-of-the-box system stored procedures via sp_OACreate, sp_OAMethod, sp_OAGetProperty,
    • Etc.
    0 comments No comments