Hi All,
I wanted to call REST API to load data into SQL server. My knowledge with API is very minimal(including c# and python) and done some basic research and it is suggested it can be done via various approach. I would like to know which is the best way to go for it.
Basically calling one API inside another.
1) Call via SSIS package script component (c# code)
2)Via Python script and execute the python script with SSIS package
Many thanks for the help.