Hi,
I used to use SSIS for my ETL processes and now i came across a project where i need to call REST API with basic authentication (authentication pre-emptively) to populate a sqlserver database (relacional).
I already know that there are third party products that make the job easier, but I can't use them.
So I came to documents that teach how to use rest api in ssis: "Tutorial: Create a web API with ASP.NET Core ".
Am I on the right path? can I use this procedure until I can receive data from one WebS and write that data directly to the database?
Someone who can help ?
thanks in advance
Ricardo