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

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -