How to read TetaByte of data from On-prem SAP system into Azure blob storage very fastly using Azure datafactory?
Asked
Active
Viewed 58 times
0
-
Stack Overflow is a help site for programming questions. Please have a [tour](https://stackoverflow.com/tour). – Sandra Rossi Feb 05 '22 at 17:09
1 Answers
3
Refer to this LINK
MSFT has provided detailed documentation on ADF connectivity with SAP. You can first create a linked service to SAP, create a Dataset and use that dataset as Source in a Copy Activity

Ammar Shahid
- 51
- 6
-
I think the question is more about data volume and transfer speed, not how to connect (unless if each part of the sentence is one question, but Stack Overflow requires limiting to one question per question). – Sandra Rossi Feb 06 '22 at 07:12