Hi Chinnu ,
Welcome to Microsoft Q&A platform and thanks for posting your query here.
As I understand the question, you want to copy data from OData source to SQL server as destination datastore. Please let me know if that is not the ask.
Azure data factory supports OData connector , so you can create a linked service pointing to the OData and provide the configuration details.
Note: OData connector supports OData version 3.0 and 4.0.
Similarly, add Azure SQL Server as the sink dataset and perform copy using Copy activity in Azure data factory. To copy from multiple source tables , you can parameterize your source and sink dataset path . For more details on copying data from OData kindly checkout these resources: How to Get data by using ODATA Data Store and Web Activity in ADF Azure Data Factory Quick Tip: Transfer data from oData service based API to Azure Cosmos DB Copy data from an OData source by using Azure Data Factory or Synapse Analytics Thankyou. Pease accept the answer if it helped. Let me know in case of any concerns.