130 How to read data from api in ssis

preview_player
Показать описание
How to read data from api in ssis

Download the file\script used in the Video from below link

How to read data from api in ssis
Can SSIS connect to an API?
How to pull data from API to database?
How to load data from API to SQL Server?

Happy Learning.

Рекомендации по теме
Комментарии
Автор

Thanks for another great tutorial! I love how you showed how to create the classes in ChatGPT!

drummermike
Автор

I can't thank you enough! Your awesome videos have helped me find solutions to every issue I've encountered in SSIS on your channel.thank you, you are a really superb.🙏

medalatnejad
Автор

Bro you are really superb 🙏🙏.I struggled a lot to do this functionality 2 weeks back but u have done in very simple way and hatsoff to you .Most of APIs we use in projects are Authenticated .Could you please make video on calling API with authentication .
1stLevel Authentication Code
2nd level Access token .Also could you pls help us with how do you get C# code for these kind of tasks . I personally know many like me who are surviving in IT only because of your videos .May God bless you and give you back many more times .

saiabhilash
Автор

Thank you so much, mate. I sent you an email a few weeks ago to make a video on API data. Thanks again :)

fahadalam
Автор

Finally I got to know how can I use chatgpt and use the code in ssis
Thank you for the video upload.

reddyabhik
Автор

Superb, really outstanding, kindly make video on fetching data from external API.

jennasyeda
Автор

Excellent explanation as usual, thanks for this video

dfkbthv
Автор

thank you for sharing, very useful . looking forward to collaborate with you

NripaEmpowerthroughknowledge
Автор

Sir ssis instalation lo lssu undi konchem solve cheyraa

saharicreations
Автор

Well done keep uploading more videos sir

harshavardhan
Автор

I think one very important thing to note is that you’d want to use something like a prepared statement/parameterized statement for security purposes when interacting with a database instead of string concatenation in the insert statement. This helps avoid SQL Injection.

antwanwimberly
Автор

Is it possible to do this without using C# or an external tool?

mateusnunes
Автор

Can you please let me know how to fetch data from the second URL returned by the API

aka_modern_ashoka
Автор

Thanks for the video, Its super helpful! When you get a chance can you Post Similar video using authentication API. Thanks a lot!

yateeshkandru
Автор

Looks like this is for Application Developer that wants to create SSIS package, but for Database Developer we don't normally write C# code, is that a way in SSIS to directly map the API output into database table? Using data transformation within SSIS, instead of using C# to do everything?

willywooca
Автор

Hi I need help on a task. Pls let me know how we can communicate

sunilkanukuntla
Автор

Awesome! Can you advise a good c# tutorial?

Booleys
Автор

Thank you very much for the helpful video, if you can help me I got error when run the package says that “The binary code for the script is not found”

yosrabusbait
Автор

Great video. Can we achieve this vs 2012 and can't we use web services task in ssis.?

nareshchowdary
Автор

Thanks for the video, but i have a senario on how to loop a parameter (lets say an id or page number ) in the Get request by this method

tomlee