sql server - Extract data from SAP HANA service to SQL using SSIS -


i want import data sap hana service sql database using ssis. below sample url of sap service.

https://saplocalhost:1490/sap/opu/odata/sap/data_srv/employees/?sap-client=171

the above url gives me employee data when try access through browser.

now want import data sap service sql database using ssis. in addition achieve that, have tried use web service task, script task, odbc source of ssis tools, didn't success.

can please tell me how that?

thanks in advanced.


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -